comparison src/source.sml @ 58:fd8a81ecd598

include
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Jun 2008 18:17:21 -0400
parents 0a5c312de09a
children abb2b32c19fb
comparison
equal deleted inserted replaced
57:618b7054f931 58:fd8a81ecd598
65 datatype sgn_item' = 65 datatype sgn_item' =
66 SgiConAbs of string * kind 66 SgiConAbs of string * kind
67 | SgiCon of string * kind option * con 67 | SgiCon of string * kind option * con
68 | SgiVal of string * con 68 | SgiVal of string * con
69 | SgiStr of string * sgn 69 | SgiStr of string * sgn
70 | SgiInclude of sgn
70 71
71 and sgn' = 72 and sgn' =
72 SgnConst of sgn_item list 73 SgnConst of sgn_item list
73 | SgnVar of string 74 | SgnVar of string
74 | SgnFun of string * sgn * sgn 75 | SgnFun of string * sgn * sgn