Home
last modified time | relevance | path

Searched refs:iso_S (Results 1 – 1 of 1) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/monadLib-3.10/src/MonadLib/
H A DMonads.hs29 iso_S :: Iso (StateT i Id) (State i)
35 iso_S = Iso S' unS function
60 (>>=) = derive_bind iso_S
83 instance Functor (State i) where fmap = derive_fmap iso_S
96 pure = derive_return iso_S
109 instance MonadFix (State i) where mfix = derive_mfix iso_S
114 instance StateM (State i) i where get = derive_get iso_S; set = derive_set iso_S