1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Restore spacing.

This commit is contained in:
Patrick Thomson 2019-09-18 13:43:31 -04:00
parent 2aea021890
commit 962cd5d5de

View File

@ -222,6 +222,7 @@ instance HFunctor Ann
instance RightModule Ann where instance RightModule Ann where
Ann l b >>=* f = Ann l (b >>= f) Ann l b >>=* f = Ann l (b >>= f)
ann :: (Carrier sig m, Member Ann sig) => HasCallStack => m a -> m a ann :: (Carrier sig m, Member Ann sig) => HasCallStack => m a -> m a
ann = annWith callStack ann = annWith callStack