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.
fastmax :: FastMinMax x => x -> x -> xDPutils Data.Ord.Fast No documentation available.
fastmin :: FastMinMax x => x -> x -> xDPutils Data.Ord.Fast No documentation available.
newAngleSTMP :: Stringable a => String -> StringTemplate aHStringTemplate 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.
newSTMP :: Stringable a => String -> StringTemplate aHStringTemplate 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.
chkSTMP :: StringTemplate a -> SEnv a -> (Maybe String, Maybe [String], Maybe [String])HStringTemplate Text.StringTemplate.Base No documentation available.
newAngleSTMP :: Stringable a => String -> StringTemplate aHStringTemplate 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.
newSTMP :: Stringable a => String -> StringTemplate aHStringTemplate 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.
parseSTMP :: Stringable a => (Char, Char) -> String -> Either String (SEnv a -> a)HStringTemplate Text.StringTemplate.Base No documentation available.
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.
runSTMP :: StringTemplate a -> Either String (SEnv a -> a)HStringTemplate Text.StringTemplate.Base No documentation available.