view parse.ur @ 17:1a915f89f23a

Update for a change to Ur/Web tag encoding
author Adam Chlipala <adam@chlipala.net>
date Thu, 29 Dec 2011 10:10:50 -0500
parents 8eaaca74a64c
children
line wrap: on
line source
(** Datatypes for describing parse results *)

datatype parse a =
         Success of a
       | Failure of string