Mercurial > urweb
diff src/elab.sml @ 34:44b5405e74c7
Elaborating module projection
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 17 Jun 2008 16:38:54 -0400 |
parents | 1c91c5e6840f |
children | 1405d8c26790 |
line wrap: on
line diff
--- a/src/elab.sml Thu Jun 12 17:41:32 2008 -0400 +++ b/src/elab.sml Tue Jun 17 16:38:54 2008 -0400 @@ -51,6 +51,7 @@ | CRel of int | CNamed of int + | CModProj of int * string list * string | CApp of con * con | CAbs of string * kind * con @@ -68,6 +69,7 @@ EPrim of Prim.t | ERel of int | ENamed of int + | EModProj of int * string list * string | EApp of exp * exp | EAbs of string * con * con * exp | ECApp of exp * con @@ -103,6 +105,7 @@ and str' = StrConst of decl list | StrVar of int + | StrProj of str * string | StrError withtype decl = decl' located