Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
HaXml Text.XML.HaXml.Schema.PrimitiveTypes No documentation available.
-
HaXml Text.XML.HaXml.Schema.PrimitiveTypes No documentation available.
-
HaXml Text.XML.HaXml.Schema.PrimitiveTypes No documentation available.
-
HaXml Text.XML.HaXml.Types No documentation available.
-
HaXml Text.XML.HaXml.Types No documentation available.
-
casing Text.Casing An opaque type that represents a parsed identifier.
Identifier :: [a] -> Identifier acasing Text.Casing No documentation available.
-
numhask NumHask.Algebra.Group An Idempotent Magma is a magma where every element is Idempotent.
a ⊕ a = a
type
Idx (n :: Nat) (ctx :: Ctx k) (r :: k) = (ValidIx n ctx, Idx' FromLeft ctx n ctx r)parameterized-utils Data.Parameterized.Context Constraint synonym used for getting an Index into a Ctx. n is the zero-based, left-counted index into the list of types ctx which has the type r.
-
refined Refined A predicate which is satisfied for all types. Arguments passed to validate in validate IdPred x are not evaluated.
>>> isRight (refine @IdPred @Int undefined) True
>>> isLeft (refine @IdPred @Int undefined) False