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.sml
author
wenzelm
Thu, 11 Apr 2024 12:05:01 +0200
changeset 80109
dbcd6dc7f70f
parent 56276
9e2d5e3debd3
permissions
-rw-r--r--
back to static numa_nodes (reverting part of c2c59de57df9);
structure Example :> Example =
struct
type t = int
val a = 0
fun b x = x + 1
end