Mercurial > urweb
comparison src/mono.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 |
---|---|
37 | 37 |
38 withtype typ = typ' located | 38 withtype typ = typ' located |
39 | 39 |
40 datatype patCon = | 40 datatype patCon = |
41 PConVar of int | 41 PConVar of int |
42 | PConFfi of {mod : string, datatyp : string, con : string} | 42 | PConFfi of {mod : string, datatyp : string, con : string, arg : typ option} |
43 | 43 |
44 datatype pat' = | 44 datatype pat' = |
45 PWild | 45 PWild |
46 | PVar of string * typ | 46 | PVar of string * typ |
47 | PPrim of Prim.t | 47 | PPrim of Prim.t |