Mercurial > urweb
comparison src/cjr.sml @ 186:88d46972de53
bool in Basis
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 03 Aug 2008 18:53:20 -0400 |
parents | 19ee24bffbc0 |
children | 8e9f97508f0d |
comparison
equal
deleted
inserted
replaced
185:19ee24bffbc0 | 186:88d46972de53 |
---|---|
38 | 38 |
39 withtype typ = typ' located | 39 withtype typ = typ' located |
40 | 40 |
41 datatype patCon = | 41 datatype patCon = |
42 PConVar of int | 42 PConVar of int |
43 | PConFfi of {mod : string, datatyp : string, con : string} | 43 | PConFfi of {mod : string, datatyp : string, con : string, arg : typ option} |
44 | 44 |
45 datatype pat' = | 45 datatype pat' = |
46 PWild | 46 PWild |
47 | PVar of string * typ | 47 | PVar of string * typ |
48 | PPrim of Prim.t | 48 | PPrim of Prim.t |