diff src/source.sml @ 14:f1c36df29ed7

Primitive type constants
author Adam Chlipala <adamc@hcoop.net>
date Sun, 08 Jun 2008 12:27:08 -0400
parents d89477f07c1e
children 9a578171de9e
line wrap: on
line diff
--- a/src/source.sml	Sun Jun 08 11:32:48 2008 -0400
+++ b/src/source.sml	Sun Jun 08 12:27:08 2008 -0400
@@ -62,6 +62,7 @@
 datatype exp' =
          EAnnot of exp * con
 
+       | EPrim of Prim.t
        | EVar of string
        | EApp of exp * exp
        | EAbs of string * con option * exp