mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-08 14:26:33 +03:00
Update haddock.
This commit is contained in:
parent
e15950f760
commit
7df85051e3
@ -62,6 +62,7 @@ newtype RecordToSql q a = RecordToSql (a -> ToSqlM q ())
|
||||
runRecordToSql :: RecordToSql q a -> a -> ToSqlM q ()
|
||||
runRecordToSql (RecordToSql f) = f
|
||||
|
||||
-- | Finalize 'RecordToSql' record printer.
|
||||
wrapToSql :: (a -> ToSqlM q ()) -> RecordToSql q a
|
||||
wrapToSql = RecordToSql
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user