mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-12 12:09:08 +03:00
Specify associativity for column selector (!, !?) lower than Pi path
constructor (:*).
This commit is contained in:
parent
7d5946562c
commit
1644fee89a
@ -118,6 +118,7 @@ p ! pi' = project $ Projection.pi p pi'
|
||||
(!?) :: (PersistableWidth b, Projectable p) => Projection (Maybe a) -> Pi a b -> p (Maybe b)
|
||||
p !? pi' = project $ Projection.piMaybe p pi'
|
||||
|
||||
infixl 8 !, !?
|
||||
infixl 1 >*<
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user