Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
test-fun Test.Fun Testable representation of functions (a -> r). This representation supports random generation, shrinking, and printing, for property testing with QuickCheck or Hedgehog. Higher-order functions can be represented.
-
test-fun Test.Fun.Internal.Generic Heterogeneous products as nested pairs. These products must be terminated by ().
a :+ b :+ c :+ () -- the product of a, b, c
-
test-fun Test.Fun.Internal.Generic No documentation available.
(
:. ) :: (Var, Expr) -> Ctx -> Ctxtest-fun Test.Fun.Internal.Pretty No documentation available.
-
test-fun Test.Fun.Internal.Types Testable representation of functions (a -> r). This representation supports random generation, shrinking, and printing, for property testing with QuickCheck or Hedgehog. Higher-order functions can be represented.
-
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.