Mercurial > urweb
comparison src/expl.sml @ 731:e0dd85ea58e1
Label exported symbols by effect-ness; factor out some common datatypes
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 16 Apr 2009 14:49:25 -0400 |
parents | acb8537f58f0 |
children | 8688e01ae469 |
comparison
equal
deleted
inserted
replaced
730:1b1047992ecf | 731:e0dd85ea58e1 |
---|---|
68 | CTuple of con list | 68 | CTuple of con list |
69 | CProj of con * int | 69 | CProj of con * int |
70 | 70 |
71 withtype con = con' located | 71 withtype con = con' located |
72 | 72 |
73 datatype datatype_kind = datatype Elab.datatype_kind | 73 datatype datatype_kind = datatype DatatypeKind.datatype_kind |
74 | 74 |
75 datatype patCon = | 75 datatype patCon = |
76 PConVar of int | 76 PConVar of int |
77 | PConProj of int * string list * string | 77 | PConProj of int * string list * string |
78 | 78 |