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
haftmann
Tue, 12 Aug 2025 19:16:44 +0200
changeset 83001
157aaea4c42c
parent 56276
9e2d5e3debd3
permissions
-rw-r--r--
proper naming for definitions in nested context based upon class target
signature Example =
sig
type t
val a: t
val b: t -> t
end