mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Restore spacing.
This commit is contained in:
parent
2aea021890
commit
962cd5d5de
@ -222,6 +222,7 @@ instance HFunctor Ann
|
||||
instance RightModule Ann where
|
||||
Ann l b >>=* f = Ann l (b >>= f)
|
||||
|
||||
|
||||
ann :: (Carrier sig m, Member Ann sig) => HasCallStack => m a -> m a
|
||||
ann = annWith callStack
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user