Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. setDisplayLineNumbersLocal :: Maybe Bool -> BufferM ()

    yi-core Yi.UI.LineNumbers

    Set the buffer-local line number setting. Nothing: use global setting Just True: display line numbers only in this buffer Just False: hide line numbers only in this buffer

  2. fromEnumValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  3. isEnumerationType :: NonEmpty ConstructorInfo -> Bool

    deriving-compat Data.Deriving.Internal

    Returns True if it's a datatype with one or more nullary, non-GADT constructors.

  4. tagToEnumHashValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  5. toEnumValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  6. deriveEnum :: Name -> Q [Dec]

    deriving-compat Data.Enum.Deriving

    Generates an Enum instance declaration for the given data type or data family instance.

  7. makeEnumFrom :: Name -> Q Exp

    deriving-compat Data.Enum.Deriving

    Generates a lambda expression which behaves like enumFrom (without requiring an Enum instance).

  8. makeEnumFromThen :: Name -> Q Exp

    deriving-compat Data.Enum.Deriving

    Generates a lambda expression which behaves like enumFromThen (without requiring an Enum instance).

  9. makeFromEnum :: Name -> Q Exp

    deriving-compat Data.Enum.Deriving

    Generates a lambda expression which behaves like fromEnum (without requiring an Enum instance).

  10. makeToEnum :: Name -> Q Exp

    deriving-compat Data.Enum.Deriving

    Generates a lambda expression which behaves like toEnum (without requiring an Enum instance).

Page 129 of many | Previous | Next