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/Tools/SML/Example.sig
author
wenzelm
Sat, 01 Jun 2019 11:29:59 +0200
changeset 70299
83774d669b51
parent 56276
9e2d5e3debd3
permissions
-rw-r--r--
Added tag Isabelle2019-RC4 for changeset ad2d84c42380
signature Example =
sig
type t
val a: t
val b: t -> t
end