log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/substring.ur @ 829:20fe00fd81da
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Substring functions; fix a nasty MonoReduce pattern match substitution bug
author
Adam Chlipala <adamc@hcoop.net>
date
Sat, 30 May 2009 13:29:00 -0400
parents
children
comparison
equal
deleted
inserted
replaced
828:14a6c0971d89
829:20fe00fd81da
1
fun main () : transaction page = return <xml>
2
{[case String.split "abc{" #"{" of
3
None => "!"
4
| Some (pre, post) => pre ^ post]}
5
</xml>