comparison src/core.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
59 59
60 withtype con = con' located 60 withtype con = con' located
61 61
62 datatype patCon = 62 datatype patCon =
63 PConVar of int 63 PConVar of int
64 | PConFfi of {mod : string, datatyp : string, con : string} 64 | PConFfi of {mod : string, datatyp : string, con : string, arg : con option}
65 65
66 datatype pat' = 66 datatype pat' =
67 PWild 67 PWild
68 | PVar of string * con 68 | PVar of string * con
69 | PPrim of Prim.t 69 | PPrim of Prim.t