Mercurial > urweb
view demo/more/bulkEdit.urs @ 1140:ae818127a725
Remove a faulty time tweak from Postgres serialization
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 30 Jan 2010 13:39:39 -0500 |
parents | c6e948ec79e9 |
children |
line wrap: on
line source
functor Make(M : sig con keyName :: Name con keyType :: Type val showKey : show keyType val readKey : read keyType val injKey : sql_injectable keyType con visible :: {(Type * Type)} constraint [keyName] ~ visible val folder : folder visible val visible : $(map Meta.meta visible) con invisible :: {Type} constraint [keyName] ~ invisible constraint visible ~ invisible val title : string val isAllowed : transaction bool table t : ([keyName = keyType] ++ map fst visible ++ invisible) end) : sig val main : unit -> transaction page end