Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Object capability based IO.
See https://github.com/zenhack/haskell-ocap/blob/master/README.md for an overview.
Documentation
The OCapIO
monad is like IO
, except that it does not provide "ambient"
authoirty -- in order to perform IO, you also need an IOKey
.