view parse.ur @ 25:9f56676e7c4e

Track addition of 'style' and 'dynStyle'
author Adam Chlipala <adam@chlipala.net>
date Sun, 06 May 2012 15:16:27 -0400
parents 8eaaca74a64c
children
line wrap: on
line source
(** Datatypes for describing parse results *)

datatype parse a =
         Success of a
       | Failure of string