type-spec-0.1.0.0: Type Level Specification by Example

Safe HaskellNone
LanguageHaskell2010

Test.TypeSpec.Internal.Equality

Description

Type Equality

Synopsis

Documentation

type family PolyKindEq (a :: ak) (b :: bk) :: Bool where ... Source #

Operator 'Data.Equality.(==)' expects both arguments to have the same kind.

Equations

PolyKindEq a a = True 
PolyKindEq a b = False