mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-15 06:43:04 +03:00
Update haddock.
This commit is contained in:
parent
c794792c4e
commit
e369e8e659
@ -48,6 +48,7 @@ unsafePiAppend' = d where
|
||||
is' = listArray (0, length is) is
|
||||
|
||||
-- | Projection path from type 'r0' into type 'r1'.
|
||||
-- This type also indicate key object which type is 'r1' for record type 'r0'.
|
||||
data Pi r0 r1 = Pi (Pi' r0 r1) (PersistableRecordWidth r1)
|
||||
|
||||
unsafePiAppend :: (PersistableRecordWidth c' -> PersistableRecordWidth c)
|
||||
|
Loading…
Reference in New Issue
Block a user