diff options
Diffstat (limited to 'demo/more/orm.urs')
-rw-r--r-- | demo/more/orm.urs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/more/orm.urs b/demo/more/orm.urs index 429d2380..b173d203 100644 --- a/demo/more/orm.urs +++ b/demo/more/orm.urs @@ -6,6 +6,8 @@ con meta = fn col_parent :: (Type * Type) => { Inj : sql_injectable col_parent.1 } +val local : t :: Type -> sql_injectable t -> meta (t, unit) + functor Table(M : sig con cols :: {(Type * Type)} val cols : $(map meta cols) |