Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. getDisplayLineNumbersLocal :: BufferM (Maybe Bool)

    yi-core Yi.UI.LineNumbers

    Get the buffer-local line number setting.

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

  3. fromEnumValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  4. isEnumerationType :: NonEmpty ConstructorInfo -> Bool

    deriving-compat Data.Deriving.Internal

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

  5. tagToEnumHashValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  6. toEnumValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

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

    deriving-compat Data.Enum.Deriving

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

  8. makeEnumFrom :: Name -> Q Exp

    deriving-compat Data.Enum.Deriving

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

  9. makeEnumFromThen :: Name -> Q Exp

    deriving-compat Data.Enum.Deriving

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

  10. makeFromEnum :: Name -> Q Exp

    deriving-compat Data.Enum.Deriving

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

Page 129 of many | Previous | Next