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
Thu, 19 Jun 2025 17:15:40 +0200
changeset 82734
89347c0cc6a3
parent 56276
9e2d5e3debd3
permissions
-rw-r--r--
treat map_filter similar to list_all, list_ex, list_ex1
signature Example =
sig
type t
val a: t
val b: t -> t
end