mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 revive.
This commit is contained in:
parent
3d52ec38a0
commit
1d34f15ca5
@ -14,6 +14,8 @@ newtype Dead a = Dead { unDead :: Set a }
|
|||||||
class Monad m => MonadDead t m where
|
class Monad m => MonadDead t m where
|
||||||
-- | Update the current 'Dead' set.
|
-- | Update the current 'Dead' set.
|
||||||
killAll :: Dead t -> m ()
|
killAll :: Dead t -> m ()
|
||||||
|
|
||||||
|
-- | Revive a single term, removing it from the current 'Dead' set.
|
||||||
revive :: Ord t => t -> m ()
|
revive :: Ord t => t -> m ()
|
||||||
|
|
||||||
instance (State (Dead t) :< fs) => MonadDead t (Eff fs) where
|
instance (State (Dead t) :< fs) => MonadDead t (Eff fs) where
|
||||||
|
Loading…
Reference in New Issue
Block a user