Things which instance Destroyable and Destructible can be destroyed.
- class Destroyable o where
- class Destroyable o => Destructible o where
- doOnce :: IO () -> IO (IO ())
Documentation
class Destroyable o => Destructible o whereSource
Things which instance Destroyable and Destructible can be destroyed.
class Destroyable o => Destructible o whereSource