Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. class FastMinMax x

    DPutils Data.Ord.Fast

    No documentation available.

  2. fastmax :: FastMinMax x => x -> x -> x

    DPutils Data.Ord.Fast

    No documentation available.

  3. fastmin :: FastMinMax x => x -> x -> x

    DPutils Data.Ord.Fast

    No documentation available.

  4. newAngleSTMP :: Stringable a => String -> StringTemplate a

    HStringTemplate Text.StringTemplate

    Parses a String to produce a StringTemplate, delimited by angle brackets. It is constructed with a stub group that cannot look up other templates.

  5. newSTMP :: Stringable a => String -> StringTemplate a

    HStringTemplate Text.StringTemplate

    Parses a String to produce a StringTemplate, with '$'s as delimiters. It is constructed with a stub group that cannot look up other templates.

  6. chkSTMP :: StringTemplate a -> SEnv a -> (Maybe String, Maybe [String], Maybe [String])

    HStringTemplate Text.StringTemplate.Base

    No documentation available.

  7. newAngleSTMP :: Stringable a => String -> StringTemplate a

    HStringTemplate Text.StringTemplate.Base

    Parses a String to produce a StringTemplate, delimited by angle brackets. It is constructed with a stub group that cannot look up other templates.

  8. newSTMP :: Stringable a => String -> StringTemplate a

    HStringTemplate Text.StringTemplate.Base

    Parses a String to produce a StringTemplate, with '$'s as delimiters. It is constructed with a stub group that cannot look up other templates.

  9. parseSTMP :: Stringable a => (Char, Char) -> String -> Either String (SEnv a -> a)

    HStringTemplate Text.StringTemplate.Base

    No documentation available.

  10. parseSTMPNames :: (Char, Char) -> String -> Either ParseError ([String], [String], [String])

    HStringTemplate Text.StringTemplate.Base

    Gets all quasiquoted names, normal names & templates used in a given template. Must be passed a pair of chars denoting the delimeters to be used.

Page 96 of many | Previous | Next