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.

  1. luciusMixin :: QuasiQuoter

    shakespeare Text.Lucius.Ordered

    No documentation available.

  2. luciusRTMixin :: Text -> Bool -> [(Text, RTValue)] -> Either String Text

    shakespeare Text.Lucius.Ordered

    No documentation available.

  3. VTMixin :: VarType

    shakespeare Text.Shakespeare

    No documentation available.

  4. setConPrefix :: String -> MakeMessageOpts -> MakeMessageOpts

    shakespeare Text.Shakespeare.I18N

    Set the prefix for the constructor names

  5. setTypeSuffix :: String -> MakeMessageOpts -> MakeMessageOpts

    shakespeare Text.Shakespeare.I18N

    Set the suffix for the datatype name

  6. module Foreign.Storable.FixedArray

    No documentation available.

  7. qPrefix :: QName -> Maybe String

    xml Text.XML.Light.Types

    No documentation available.

  8. isInfixOf :: OsString -> OsString -> Bool

    os-string System.OsString

    Check whether one string is a substring of another.

  9. isPrefixOf :: OsString -> OsString -> Bool

    os-string System.OsString

    O(n) The isPrefixOf function takes two OsStrings and returns True

  10. isSuffixOf :: OsString -> OsString -> Bool

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

Page 138 of many | Previous | Next