Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

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

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

    grep with Regex and line numbers

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

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

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    Convert from an Int.

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

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

    No documentation available.

  5. ResEnum :: TypeName -> ResolverValue (m :: Type -> Type)

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

    No documentation available.

  6. mkEnum :: forall (m :: Type -> Type) . TypeName -> ResolverValue m

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

    No documentation available.

  7. LineNumber :: Int -> SignLocation strType

    nvim-hs Neovim.Quickfix

    No documentation available.

  8. optionType_enum :: (Bounded a, Enum a, Show a) => String -> OptionType a

    options Options

    Store an option as one of a set of possible values This is a simplistic implementation, useful for quick scripts. For more possibilities, see optionType.

  9. parseNumber :: Parser Scientific

    pdf-toolbox-core Pdf.Core.Parsers.Object

    Parse number

  10. boundedEnumStdUniform :: forall a (m :: Type -> Type) . (Enum a, Bounded a) => RVarT m a

    random-fu Data.Random.Distribution.Uniform

    Compute a random value for a Bounded Enum type, between minBound and maxBound (inclusive)

Page 164 of many | Previous | Next