mirror of
https://github.com/github/semantic.git
synced 2024-12-25 16:02:43 +03:00
Give fixity & precedence for :<-.
This commit is contained in:
parent
38efb33327
commit
ef24642f26
@ -150,6 +150,8 @@ infixr 1 >>>=
|
||||
data a :<- b = a :<- b
|
||||
deriving (Eq, Ord, Show)
|
||||
|
||||
infix 2 :<-
|
||||
|
||||
|
||||
lam :: (Eq a, Carrier sig m, Member Core sig) => Named a -> m a -> m a
|
||||
lam (Named u n) b = send (Lam (Named u (bind1 n b)))
|
||||
|
Loading…
Reference in New Issue
Block a user