Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. toEnumDef :: (Enum a, Bounded a) => a -> Int -> a

    hledger Hledger.Cli.Script

    No documentation available.

  2. toEnumMay :: (Enum a, Bounded a) => Int -> Maybe a

    hledger Hledger.Cli.Script

    No documentation available.

  3. toEnumNote :: (Partial, Enum a, Bounded a) => String -> Int -> a

    hledger Hledger.Cli.Script

    No documentation available.

  4. toEnumSafe :: (Enum a, Bounded a) => Int -> a

    hledger Hledger.Cli.Script

    No documentation available.

  5. grepREwithLineNum :: StringLike s => GenRegex s -> [s] -> [(Int, s)]

    hxt-regex-xmlschema Text.Regex.XMLSchema.Generic

    grep with Regex and line numbers

  6. grepREwithLineNum :: StringLike s => GenRegex s -> [s] -> [(Int, s)]

    hxt-regex-xmlschema Text.Regex.XMLSchema.Generic.Matching

    grep with Regex and line numbers

  7. grepREwithLineNum :: Regex -> [String] -> [(Int, String)]

    hxt-regex-xmlschema Text.Regex.XMLSchema.String

    grep with Regex and line numbers

  8. fromEnum :: Enum a => a -> Int

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    Convert to an Int. It is implementation-dependent what fromEnum returns when applied to a value that is too large to fit in an Int.

  9. toEnum :: Enum a => Int -> a

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    Convert from an Int.

  10. NamedEnumResolver :: TypeName -> NamedResolverResult (m :: Type -> Type)

    morpheus-graphql-app Data.Morpheus.App.Internal.Resolving

    No documentation available.

Page 163 of many | Previous | Next