diff src/core.sml @ 100:f0f59e918cac

page declaration, up through monoize
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 10:11:35 -0400
parents 275aaeb73f1f
children 5f04adf47f48
line wrap: on
line diff
--- a/src/core.sml	Thu Jul 10 09:24:43 2008 -0400
+++ b/src/core.sml	Thu Jul 10 10:11:35 2008 -0400
@@ -79,6 +79,7 @@
 datatype decl' =
          DCon of string * int * kind * con
        | DVal of string * int * con * exp
+       | DPage of con * exp
 
 withtype decl = decl' located