Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
:.. ) :: p -> !Trans p -> Interval pdiff-loc DiffLoc.Interval No documentation available.
newtype (f :: Type -> Type)
:$: xdiff-loc DiffLoc.Starter A trick to reduce noise by hiding newtype wrapper constructors. This makes the documentation more palatable.
>>> show (NoShow (Plain 3) :: Plain :$: Int) "3" >>> show (Colline 4 2 :.. Vallee (offset 3) (offset 3) :: Interval (Colline N N)) "Colline 4 2 :.. Vallee (offset 3) (offset 3)"
(
:-> ) :: Formula -> Formula -> Formuladjinn-lib Djinn.LJTFormula No documentation available.
-
eq Data.Eq.Type Leibnizian equality states that two things are equal if you can substitute one for the other in all contexts
-
eq Data.Eq.Type.Hetero Heterogeneous Leibnizian equality. Leibnizian equality states that two things are equal if you can substitute one for the other in all contexts.
data (label :: Symbol)
:= valuelabels Labels Field named l labels value of type t. Example: (#name := "Chris") :: ("name" := String)
(
:= ) :: Proxy label -> value -> (:=) (label :: Symbol) valuelabels Labels No documentation available.
data (label :: Symbol)
:= valuelabels Labels.Internal Field named l labels value of type t. Example: (#name := "Chris") :: ("name" := String)
(
:= ) :: Proxy label -> value -> (:=) (label :: Symbol) valuelabels Labels.Internal No documentation available.
-
membership Type.Membership No documentation available.