comparison src/source.sml @ 44:a9f3ce2d1b9b

Elaborating functor applications
author Adam Chlipala <adamc@hcoop.net>
date Thu, 19 Jun 2008 17:04:08 -0400
parents b3fbbc6cb1e5
children 0a5c312de09a
comparison
equal deleted inserted replaced
43:d94c484337d0 44:a9f3ce2d1b9b
101 and str' = 101 and str' =
102 StrConst of decl list 102 StrConst of decl list
103 | StrVar of string 103 | StrVar of string
104 | StrProj of str * string 104 | StrProj of str * string
105 | StrFun of string * sgn * sgn option * str 105 | StrFun of string * sgn * sgn option * str
106 | StrApp of str * str
106 107
107 withtype decl = decl' located 108 withtype decl = decl' located
108 and str = str' located 109 and str = str' located
109 110
110 type file = decl list 111 type file = decl list