Home
last modified time | relevance | path

Searched refs:evalStateT (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Utils/
H A DTest.hs27 import Control.Monad.State.Strict (StateT, evalStateT, execStateT)
80 ep <- runParserT (evalStateT (parser <* eof) def) "" input
95 ep <- runParserT (evalStateT (parser <* eof) def) "" input
105 ep <- runParserT (evalStateT parser def) "" (T.pack input)
138 runParserT (evalStateT (parser <* eof) def) filepath input
165 eep <- runExceptT $ runParserT (evalStateT (parser <* eof) def) filepath input
183 eep <- runExceptT $ runParserT (evalStateT parser def) filepath input
H A DParse.hs37 import Control.Monad.State.Strict (StateT, evalStateT)
96 parseWithState ctx p s = runParserT (evalStateT p ctx) "" s
104 parseWithState' ctx p s = runParser (evalStateT p ctx) "" s
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hledger-lib-1.19/Hledger/Utils/
H A DTest.hs27 import Control.Monad.State.Strict (StateT, evalStateT, execStateT)
80 ep <- runParserT (evalStateT (parser <* eof) def) "" input
95 ep <- runParserT (evalStateT (parser <* eof) def) "" input
105 ep <- runParserT (evalStateT parser def) "" (T.pack input)
138 runParserT (evalStateT (parser <* eof) def) filepath input
165 eep <- runExceptT $ runParserT (evalStateT (parser <* eof) def) filepath input
183 eep <- runExceptT $ runParserT (evalStateT parser def) filepath input
H A DParse.hs37 import Control.Monad.State.Strict (StateT, evalStateT)
96 parseWithState ctx p s = runParserT (evalStateT p ctx) "" s
104 parseWithState' ctx p s = runParser (evalStateT p ctx) "" s
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hledger-lib-1.19.1/Hledger/Utils/
H A DTest.hs27 import Control.Monad.State.Strict (StateT, evalStateT, execStateT)
80 ep <- runParserT (evalStateT (parser <* eof) def) "" input
95 ep <- runParserT (evalStateT (parser <* eof) def) "" input
105 ep <- runParserT (evalStateT parser def) "" (T.pack input)
138 runParserT (evalStateT (parser <* eof) def) filepath input
165 eep <- runExceptT $ runParserT (evalStateT (parser <* eof) def) filepath input
183 eep <- runExceptT $ runParserT (evalStateT parser def) filepath input
H A DParse.hs37 import Control.Monad.State.Strict (StateT, evalStateT)
96 parseWithState ctx p s = runParserT (evalStateT p ctx) "" s
104 parseWithState' ctx p s = runParser (evalStateT p ctx) "" s
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/storable-record-0.0.5/src/Foreign/Storable/
H A DTraversable.hs46 (StateT, evalStateT, get, put, modify, )
107 evalStateT (Trav.mapM (const peekState) skeleton) .
120 evalStateT (Trav.sequence (App.pure peekState)) . castPtr
134 evalStateT (Fold.traverse_ pokeState x) $
H A DTraversableUnequalSizes.hs18 (StateT, evalStateT, gets, modify, )
53 evalStateT (Trav.mapM (const (peekState ptr)) skeleton) 0
72 evalStateT (Fold.traverse_ (pokeState ptr) x) 0
H A DFixedArray.hs3 import Control.Monad.Trans.State (StateT, evalStateT, get, put, )
38 evalStateT act (castPtr ptr)
/dports/lang/ghc/ghc-8.10.7/libraries/mtl/Control/Monad/State/
H A DStrict.hs37 evalStateT,
53 StateT(StateT), runStateT, evalStateT, execStateT, mapStateT, withStateT)
H A DLazy.hs37 evalStateT,
53 StateT(StateT), runStateT, evalStateT, execStateT, mapStateT, withStateT)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/multistate-0.8.0.3/src/Control/Monad/Trans/MultiReader/
H A DStrict.hs44 , evalStateT
167 runMultiReaderT s k = evalStateT (runMultiReaderTRaw k) s
172 runMultiReaderTNil k = evalStateT (runMultiReaderTRaw k) HNil
178 get >>= lift . evalStateT (runMultiReaderTRaw k) . (x :+:)
H A DLazy.hs44 , evalStateT
167 runMultiReaderT s k = evalStateT (runMultiReaderTRaw k) s
172 runMultiReaderTNil k = evalStateT (runMultiReaderTRaw k) HNil
178 get >>= lift . evalStateT (runMultiReaderTRaw k) . (x :+:)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Class/
H A DPandocIO.hs25 import Control.Monad.State (StateT, evalStateT, lift, get, put)
35 runIO ma = flip evalStateT def $ runExceptT $ unPandocIO ma
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Class/
H A DPandocIO.hs25 import Control.Monad.State (StateT, evalStateT, lift, get, put)
35 runIO ma = flip evalStateT def $ runExceptT $ unPandocIO ma
/dports/lang/purescript/purescript-0.14.5/tests/TestPsci/
H A DCompletionTest.hs8 import Control.Monad.Trans.State.Strict (evalStateT)
110 runCM psciState act = evalStateT (liftCompletionM act) psciState
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/multistate-0.8.0.3/test/
H A DTest.hs235 runMultiReaderT $ withConfig 'a' $ evalStateT
246 evalStateT
255 evalMultiStateT $ withConfig 'a' $ evalStateT
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/happy-1.19.12/examples/igloo/
H A DParserM.hs24 import Control.Monad.State (StateT, evalStateT, get, put)
48 = \s -> case evalStateT (p (AlexInput init_pos s)) init_state of
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/happy-1.20.0/examples/igloo/
H A DParserM.hs24 import Control.Monad.State (StateT, evalStateT, get, put)
48 = \s -> case evalStateT (p (AlexInput init_pos s)) init_state of
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/happy-1.20.0/examples/igloo/
H A DParserM.hs24 import Control.Monad.State (StateT, evalStateT, get, put)
48 = \s -> case evalStateT (p (AlexInput init_pos s)) init_state of
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/happy-1.19.12/examples/igloo/
H A DParserM.hs24 import Control.Monad.State (StateT, evalStateT, get, put)
48 = \s -> case evalStateT (p (AlexInput init_pos s)) init_state of
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/happy-1.19.12/examples/igloo/
H A DParserM.hs24 import Control.Monad.State (StateT, evalStateT, get, put)
48 = \s -> case evalStateT (p (AlexInput init_pos s)) init_state of
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/happy-1.20.0/examples/igloo/
H A DParserM.hs24 import Control.Monad.State (StateT, evalStateT, get, put)
48 = \s -> case evalStateT (p (AlexInput init_pos s)) init_state of
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/happy-1.20.0/examples/igloo/
H A DParserM.hs24 import Control.Monad.State (StateT, evalStateT, get, put)
48 = \s -> case evalStateT (p (AlexInput init_pos s)) init_state of
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/happy-1.20.0/examples/igloo/
H A DParserM.hs24 import Control.Monad.State (StateT, evalStateT, get, put)
48 = \s -> case evalStateT (p (AlexInput init_pos s)) init_state of

12345678910>>...14