Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/libraries/parsec/src/Text/Parsec/
H A DToken.hs527 <|> fractFloat (0 :: Integer)
532 (fractFloat n)
535 fractFloat n = do{ f <- fractExponent n function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/parsec-3.1.14.0/src/Text/Parsec/
H A DToken.hs527 <|> fractFloat (0 :: Integer)
532 (fractFloat n)
535 fractFloat n = do{ f <- fractExponent n function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/parsers-0.12.10/src/Text/Parser/
H A DToken.hs746 <|> pure 0 <**> try fractFloat
748 decimalFloat = decimal <**> option Left (try fractFloat)
750 fractFloat :: TokenParsing m => m (Integer -> Either Integer Scientific)
751 fractFloat = (Right .) <$> fractExponent function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/parsers-0.12.10/src/Text/Parser/
H A DToken.hs746 <|> pure 0 <**> try fractFloat
748 decimalFloat = decimal <**> option Left (try fractFloat)
750 fractFloat :: TokenParsing m => m (Integer -> Either Integer Scientific)
751 fractFloat = (Right .) <$> fractExponent function