Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    DPutils Data.Ord.Fast

    No documentation available.

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

    DPutils Data.Ord.Fast

    No documentation available.

  3. 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.

  4. 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.

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

    HStringTemplate Text.StringTemplate.Base

    No documentation available.

  6. 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.

  7. 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.

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

    HStringTemplate Text.StringTemplate.Base

    No documentation available.

  9. 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.

  10. runSTMP :: StringTemplate a -> Either String (SEnv a -> a)

    HStringTemplate Text.StringTemplate.Base

    No documentation available.

Page 96 of many | Previous | Next