Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
Parser e i a = forall s . () => i -> ST s Result s e i aEarley Text.Earley.Parser No documentation available.
-
Earley Text.Earley.Parser.Internal No documentation available.
ParseEnv :: [ST s [a]] -> [State s a e t a] -> !ST s () -> [e] -> Int -> i -> ParseEnv s e i t aEarley Text.Earley.Parser.Internal No documentation available.
Parsed :: ST s [a] -> Int -> i -> ST s (Result s e i a) -> Result s e i aEarley Text.Earley.Parser.Internal The parser parsed a number of as. These are given as a computation, ST s [a] that constructs the as when run. We can thus save some work by ignoring this computation if we do not care about the results. The Int is the position in the input where these results were obtained, the i the rest of the input, and the last component is the continuation.
type
Parser e i a = forall s . () => i -> ST s Result s e i aEarley Text.Earley.Parser.Internal No documentation available.
-
Earley Text.Earley.Parser.Internal No documentation available.
type
ProdR s r e t a = Prod Rule s r e t aEarley Text.Earley.Parser.Internal No documentation available.
-
No documentation available.
-
HasBigDecimal Data.BigDecimal Rounding mode to assert that the requested operation has an exact result, hence no rounding is applied.
PctReserve :: DealStats -> Rate -> ReserveAmountHastructure Accounts target amount with reference to % of formula