Mercurial
Mercurial
>
repos
>
isabelle
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/HOL/Main.ML
author
berghofe
Fri, 09 Jul 2004 16:29:10 +0200
changeset 15030
1be2cce95318
parent 9650
6f0b89f2a1f9
permissions
-rw-r--r--
- Expressed infer_derivs' in terms of infer_deriv - Eta-expanded function instantiate to delay evaluation (avoids inefficiencies when proof terms are switched off)
structure Main =
struct
val thy = the_context ();
end;