Mercurial > urweb
view tests/crud.urs @ 335:bc5015b89dd2
Name disjointness check changed to case insensitive
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 13 Sep 2008 19:53:07 -0400 |
parents | eec65c11d3e2 |
children | 34847732cefc |
line wrap: on
line source
con colMeta' = fn t :: Type => {Show : t -> xbody} con colMeta = fn cols :: {Type} => $(Top.mapTT colMeta' cols) functor Make(M : sig con cols :: {Type} constraint [Id] ~ cols val tab : sql_table ([Id = int] ++ cols) val title : string val cols : colMeta cols end) : sig val main : unit -> transaction page end