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.
-
type-equality Data.Type.Equality.Hetero Kind heterogeneous propositional equality. Like :~:, a :~~: b is inhabited by a terminating value if and only if a is the same type as b.
type family (a :: [k])
:++: (b :: [k]) :: [k]type-fun TypeFun.Data.List No documentation available.
type family (a :: N)
:*: (b :: N) :: Ntype-fun TypeFun.Data.Peano No documentation available.
type family (a :: N)
:+: (b :: N) :: Ntype-fun TypeFun.Data.Peano No documentation available.
type family (a :: N)
:-: (b :: N) :: Ntype-fun TypeFun.Data.Peano No documentation available.
-
type-level-show TypeLevelShow.Doc No documentation available.
(
:$$: ) :: Doc s -> Doc s -> Doc stype-level-show TypeLevelShow.Doc stack docs on top of each other (newline)
-
type-level-show TypeLevelShow.Doc No documentation available.
(
:<>: ) :: Doc s -> Doc s -> Doc stype-level-show TypeLevelShow.Doc append docs next to each other
data (a :: Natural)
:<: (b :: Natural)type-natural Data.Type.Natural.Lemma.Order Since 1.2.0 (argument changed)