comparison demo/batchFun.ur @ 834:74e9e7642f08

Do 'open constraints' automatically; fix sourceless <cselect> monoize bug; Monad library module
author Adam Chlipala <adamc@hcoop.net>
date Tue, 02 Jun 2009 11:50:53 -0400
parents 669ac5e9a69e
children ed06e25c70ef
comparison
equal deleted inserted replaced
833:9a1026e2b3f5 834:74e9e7642f08
32 val title : string 32 val title : string
33 33
34 val cols : colsMeta cols 34 val cols : colsMeta cols
35 end) = struct 35 end) = struct
36 36
37 open constraints M
38 val t = M.tab 37 val t = M.tab
39 38
40 datatype list t = Nil | Cons of t * list t 39 datatype list t = Nil | Cons of t * list t
41 40
42 fun allRows () = 41 fun allRows () =