Mercurial > urweb
comparison src/expl.sml @ 1254:935a981f4380
Merge
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 06 May 2010 13:57:01 -0400 |
parents | c316ca3c9ec6 |
children | b4480a56cab7 |
comparison
equal
deleted
inserted
replaced
1198:b52929351402 | 1254:935a981f4380 |
---|---|
146 | DView of int * string * int * exp * con | 146 | DView of int * string * int * exp * con |
147 | DDatabase of string | 147 | DDatabase of string |
148 | DCookie of int * string * int * con | 148 | DCookie of int * string * int * con |
149 | DStyle of int * string * int | 149 | DStyle of int * string * int |
150 | DTask of exp * exp | 150 | DTask of exp * exp |
151 | DPolicy of exp | |
151 | 152 |
152 and str' = | 153 and str' = |
153 StrConst of decl list | 154 StrConst of decl list |
154 | StrVar of int | 155 | StrVar of int |
155 | StrProj of str * string | 156 | StrProj of str * string |