comparison src/expl.sml @ 621:8998114760c1

"Hello world" compiles, after replacing type-level fold with map
author Adam Chlipala <adamc@hcoop.net>
date Sat, 21 Feb 2009 15:33:20 -0500
parents ae03d09043c1
children 588b9d16b00a
comparison
equal deleted inserted replaced
620:d828b143e147 621:8998114760c1
52 52
53 | CName of string 53 | CName of string
54 54
55 | CRecord of kind * (con * con) list 55 | CRecord of kind * (con * con) list
56 | CConcat of con * con 56 | CConcat of con * con
57 | CFold of kind * kind 57 | CMap of kind * kind
58 58
59 | CUnit 59 | CUnit
60 60
61 | CTuple of con list 61 | CTuple of con list
62 | CProj of con * int 62 | CProj of con * int