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.
grepREwithLineNum :: Regex -> [String] -> [(Int, String)]hxt-regex-xmlschema Text.Regex.XMLSchema.String grep with Regex and line numbers
fromEnum :: Enum a => a -> Intmixed-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.
-
mixed-types-num Numeric.MixedTypes.PreludeHiding Convert from an Int.
NamedEnumResolver :: TypeName -> NamedResolverResult (m :: Type -> Type)morpheus-graphql-app Data.Morpheus.App.Internal.Resolving No documentation available.
ResEnum :: TypeName -> ResolverValue (m :: Type -> Type)morpheus-graphql-app Data.Morpheus.App.Internal.Resolving No documentation available.
mkEnum :: forall (m :: Type -> Type) . TypeName -> ResolverValue mmorpheus-graphql-app Data.Morpheus.App.Internal.Resolving No documentation available.
LineNumber :: Int -> SignLocation strTypenvim-hs Neovim.Quickfix No documentation available.
optionType_enum :: (Bounded a, Enum a, Show a) => String -> OptionType aoptions 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.
parseNumber :: Parser Scientificpdf-toolbox-core Pdf.Core.Parsers.Object Parse number
boundedEnumStdUniform :: forall a (m :: Type -> Type) . (Enum a, Bounded a) => RVarT m arandom-fu Data.Random.Distribution.Uniform Compute a random value for a Bounded Enum type, between minBound and maxBound (inclusive)