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
.
doc-src/Tutorial/Recdef/sep1
author
wenzelm
Fri, 09 Nov 2001 00:20:26 +0100
changeset 12124
c4fcdb80c93e
parent 6100
40d66bc3e83f
permissions
-rw-r--r--
eliminated old "symbols" syntax, use "xsymbols" instead;
recdef sep "measure (%(a,xs). length xs)"
"sep(a, x#y#zs) = x # a # sep(a,y#zs)"
"sep(a, xs) = xs"