Mercurial > urweb
comparison src/source.sml @ 1732:4a03aa3251cb
Initial support for reusing elaboration results
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 29 Apr 2012 13:17:31 -0400 |
parents | b4480a56cab7 |
children | ab24a7cb2a64 |
comparison
equal
deleted
inserted
replaced
1731:27e731a65934 | 1732:4a03aa3251cb |
---|---|
152 | DDatatype of (string * string list * (string * con option) list) list | 152 | DDatatype of (string * string list * (string * con option) list) list |
153 | DDatatypeImp of string * string list * string | 153 | DDatatypeImp of string * string list * string |
154 | DVal of string * con option * exp | 154 | DVal of string * con option * exp |
155 | DValRec of (string * con option * exp) list | 155 | DValRec of (string * con option * exp) list |
156 | DSgn of string * sgn | 156 | DSgn of string * sgn |
157 | DStr of string * sgn option * str | 157 | DStr of string * sgn option * Time.time option * str |
158 | DFfiStr of string * sgn | 158 | DFfiStr of string * sgn * Time.time |
159 | DOpen of string * string list | 159 | DOpen of string * string list |
160 | DConstraint of con * con | 160 | DConstraint of con * con |
161 | DOpenConstraints of string * string list | 161 | DOpenConstraints of string * string list |
162 | DExport of str | 162 | DExport of str |
163 | DTable of string * con * exp * exp | 163 | DTable of string * con * exp * exp |