log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
meta
annotate parse.ur @ 9:8eaaca74a64c
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Import HTML parser
author
Adam Chlipala <adam@chlipala.net>
date
Wed, 15 Dec 2010 09:27:46 -0500
parents
children
rev
line source
adam@9
1
(** Datatypes for describing parse results *)
adam@9
2
adam@9
3
datatype parse a =
adam@9
4
Success of a
adam@9
5
| Failure of string