Home
last modified time | relevance | path

Searched refs:parseOnly (Results 51 – 75 of 892) sorted by relevance

12345678910>>...36

/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DLazy.hs37 , parseOnly
51 maybeResult, parse, parseOnly, parseWith, parseTest)
113 parseOnly :: A.Parser a -> Text -> Either String a
114 parseOnly p = eitherResult . parse p function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DLazy.hs37 , parseOnly
51 maybeResult, parse, parseOnly, parseWith, parseTest)
113 parseOnly :: A.Parser a -> Text -> Either String a
114 parseOnly p = eitherResult . parse p function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DLazy.hs37 , parseOnly
51 maybeResult, parse, parseOnly, parseWith, parseTest)
113 parseOnly :: A.Parser a -> Text -> Either String a
114 parseOnly p = eitherResult . parse p function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/Text/
H A DLazy.hs37 , parseOnly
51 maybeResult, parse, parseOnly, parseWith, parseTest)
113 parseOnly :: A.Parser a -> Text -> Either String a
114 parseOnly p = eitherResult . parse p function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/attoparsec-0.14.2/Data/Attoparsec/Text/
H A DLazy.hs37 , parseOnly
51 maybeResult, parse, parseOnly, parseWith, parseTest)
113 parseOnly :: A.Parser a -> Text -> Either String a
114 parseOnly p = eitherResult . parse p function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/sun_spider/
H A Dsunspider-compare-results35 my $parseOnly = 0;
52 'parse-only' => \$parseOnly,
57 $suite = "parse-only" if ($parseOnly);
H A Dsunspider40 my $parseOnly = 0;
71 'parse-only' => \$parseOnly,
78 $suite = "parse-only" if ($parseOnly);
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/tests/Test/Foundation/Network/
H A DIPv4.hs11 import Foundation.Parser (parseOnly)
52 forAll genOverflowingIPv4String $ \x -> isLeft $ parseOnly ipv4Parser x
54 isLeft $ parseOnly ipv4Parser ("www.example.com" :: String)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/floskell-0.10.5/src/Floskell/
H A DAttoparsec.hs3 module Floskell.Attoparsec ( Position, parseOnly ) where
34 parseOnly :: AP.Parser a -> B.ByteString -> Either String a
35 parseOnly p b = case AP.feed (AP.parse p b) B.empty of function
/dports/devel/stack/stack-2.7.3/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/ByteString/
H A DLazy.hs36 , parseOnly
51 parse, parseOnly, parseWith, parseTest)
122 parseOnly :: A.Parser a -> ByteString -> Either String a
123 parseOnly p = eitherResult . parse p function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/ByteString/
H A DLazy.hs36 , parseOnly
51 parse, parseOnly, parseWith, parseTest)
122 parseOnly :: A.Parser a -> ByteString -> Either String a
123 parseOnly p = eitherResult . parse p function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/ByteString/
H A DLazy.hs36 , parseOnly
51 parse, parseOnly, parseWith, parseTest)
122 parseOnly :: A.Parser a -> ByteString -> Either String a
123 parseOnly p = eitherResult . parse p function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/ByteString/
H A DLazy.hs36 , parseOnly
51 parse, parseOnly, parseWith, parseTest)
122 parseOnly :: A.Parser a -> ByteString -> Either String a
123 parseOnly p = eitherResult . parse p function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/attoparsec-0.14.1/Data/Attoparsec/ByteString/
H A DLazy.hs36 , parseOnly
51 parse, parseOnly, parseWith, parseTest)
122 parseOnly :: A.Parser a -> ByteString -> Either String a
123 parseOnly p = eitherResult . parse p function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/attoparsec-0.14.2/Data/Attoparsec/ByteString/
H A DLazy.hs36 , parseOnly
51 parse, parseOnly, parseWith, parseTest)
122 parseOnly :: A.Parser a -> ByteString -> Either String a
123 parseOnly p = eitherResult . parse p function
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/aeson-1.4.7.1/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/aeson-1.5.2.0/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/aeson-1.5.0.0/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/aeson-1.4.7.1/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/aeson-1.4.7.1/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/aeson-1.5.4.0/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/aeson-1.5.1.0/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/aeson-1.4.7.1/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/devel/hs-profiteur/profiteur-0.4.6.0/_cabal_deps/aeson-1.4.7.1/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/aeson-1.5.5.1/benchmarks/
H A DIssue673.hs45 = parseOnly (scientific <* AttoL.endOfInput)
47 parseOnly p lbs = case AttoL.parse p lbs of function
53 = parseOnly (Atto8.scientific <* AttoL.endOfInput)
55 parseOnly p lbs = case AttoL.parse p lbs of function

12345678910>>...36