Mercurial > meta
view parse.ur @ 24:693ab4dd1e9e
Track change to handling of 'class' by Basis.tag
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 06 May 2012 13:09:43 -0400 |
parents | 8eaaca74a64c |
children |
line wrap: on
line source
(** Datatypes for describing parse results *) datatype parse a = Success of a | Failure of string