mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
8 lines
343 B
Idris
8 lines
343 B
Idris
module Control.Monad.RWS
|
|
|
|
import public Control.Monad.RWS.CPS as Control.Monad.RWS
|
|
import public Control.Monad.RWS.Interface as Control.Monad.RWS
|
|
import public Control.Monad.Reader.Interface as Control.Monad.RWS
|
|
import public Control.Monad.Writer.Interface as Control.Monad.RWS
|
|
import public Control.Monad.State.Interface as Control.Monad.RWS
|