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
Wed, 12 Mar 2025 11:39:00 +0100
changeset 82265
4b875a4c83b0
parent 56276
9e2d5e3debd3
permissions
-rw-r--r--
update for release;
signature Example =
sig
type t
val a: t
val b: t -> t
end