Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
shakespeare Text.Lucius.Ordered No documentation available.
luciusRTMixin :: Text -> Bool -> [(Text, RTValue)] -> Either String Textshakespeare Text.Lucius.Ordered No documentation available.
-
shakespeare Text.Shakespeare No documentation available.
setConPrefix :: String -> MakeMessageOpts -> MakeMessageOptsshakespeare Text.Shakespeare.I18N Set the prefix for the constructor names
setTypeSuffix :: String -> MakeMessageOpts -> MakeMessageOptsshakespeare Text.Shakespeare.I18N Set the suffix for the datatype name
module Foreign.Storable.
FixedArray No documentation available.
qPrefix :: QName -> Maybe Stringxml Text.XML.Light.Types No documentation available.
isInfixOf :: OsString -> OsString -> Boolos-string System.OsString Check whether one string is a substring of another.
isPrefixOf :: OsString -> OsString -> Boolos-string System.OsString O(n) The isPrefixOf function takes two OsStrings and returns True
isSuffixOf :: OsString -> OsString -> Boolos-string System.OsString O(n) The isSuffixOf function takes two OsStrings and returns True iff the first is a suffix of the second. The following holds:
isSuffixOf x y == reverse x `isPrefixOf` reverse y