Home
last modified time | relevance | path

Searched refs:ParseM (Results 51 – 61 of 61) sorted by relevance

123

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/happy-1.20.0/tests/
H A Dmonaderror-explist.y17 %monad { ParseM } { (>>=) } { return }
32 type ParseM a = Either ParseError a
46 handleErrorExpList :: ([Token], [String]) -> ParseM a
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/happy-1.19.12/tests/
H A Dmonaderror-explist.y17 %monad { ParseM } { (>>=) } { return }
32 type ParseM a = Either ParseError a
46 handleErrorExpList :: ([Token], [String]) -> ParseM a
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/happy-1.20.0/tests/
H A Dmonaderror-explist.y17 %monad { ParseM } { (>>=) } { return }
32 type ParseM a = Either ParseError a
46 handleErrorExpList :: ([Token], [String]) -> ParseM a
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/happy-1.19.12/tests/
H A Dmonaderror-explist.y17 %monad { ParseM } { (>>=) } { return }
32 type ParseM a = Either ParseError a
46 handleErrorExpList :: ([Token], [String]) -> ParseM a
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/happy-1.20.0/tests/
H A Dmonaderror-explist.y17 %monad { ParseM } { (>>=) } { return }
32 type ParseM a = Either ParseError a
46 handleErrorExpList :: ([Token], [String]) -> ParseM a
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/happy-1.19.12/tests/
H A Dmonaderror-explist.y17 %monad { ParseM } { (>>=) } { return }
32 type ParseM a = Either ParseError a
46 handleErrorExpList :: ([Token], [String]) -> ParseM a
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/happy-1.20.0/tests/
H A Dmonaderror-explist.y17 %monad { ParseM } { (>>=) } { return }
32 type ParseM a = Either ParseError a
46 handleErrorExpList :: ([Token], [String]) -> ParseM a
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/happy-1.19.12/tests/
H A Dmonaderror-explist.y17 %monad { ParseM } { (>>=) } { return }
32 type ParseM a = Either ParseError a
46 handleErrorExpList :: ([Token], [String]) -> ParseM a
/dports/graphics/tesseract/tesseract-5.0.0/src/training/common/
H A Dnetworkbuilder.h140 Network *ParseM(const StaticShape &input_shape, const char **str);
H A Dnetworkbuilder.cpp108 return ParseM(input_shape, str); in BuildFromString()
300 Network *NetworkBuilder::ParseM(const StaticShape &input_shape, const char **str) { in ParseM() function in tesseract::NetworkBuilder
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/
H A DParser.y150 %monad { ParseM }

123