From 768dfadfe4717b0c3f7b207a4980c78288b44a93 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 10 Jul 2008 10:11:35 -0400 Subject: page declaration, up through monoize --- src/core.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core.sml') diff --git a/src/core.sml b/src/core.sml index badb08ea..62a5b700 100644 --- a/src/core.sml +++ b/src/core.sml @@ -79,6 +79,7 @@ withtype exp = exp' located datatype decl' = DCon of string * int * kind * con | DVal of string * int * con * exp + | DPage of con * exp withtype decl = decl' located -- cgit v1.2.3