Idris2Doc : Control.Effect.State

Control.Effect.State

(source)

Reexports

importpublic Control.Effect.Reader
importpublic Control.Effect.Writer

Definitions

StateE : Type-> (Type->Type) ->Type->Type
  State effect - the union of Reader and Writer effects.

Visibility: public export
HintState : Algebrasigm=>Algebra (StateEs:+:sig) (StateTsm)
Visibility: public export