| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
System.Chatty.Spawn.Overlay
Description
Provides a MonadSpawn overlay that may catch specific spawn calls and handle them itself.
- newtype SpawnOverlayT m a = SpawnOverlay {}
Documentation
newtype SpawnOverlayT m a Source
MonadSpawn overlay. Carries a map of own command implementations that are called instead of the actual ones.
Constructors
| SpawnOverlay | |
Instances