HList-0.2.1: Heterogeneous lists

Data.HList.TypeEqGeneric2

Documentation

typeEq :: TypeEq t t' b => t -> t' -> bSource

class TypeEq' () x y b => TypeEq x y b | x y -> bSource

Instances

TypeEq' () x y b => TypeEq x y b 

class TypeEq' q x y b | q x y -> bSource

Instances

TypeCast b HTrue => TypeEq' () x x b 
TypeEq'' q x y b => TypeEq' q x y b 

class TypeEq'' q x y b | q x y -> bSource

Instances

TypeEq'' () x y HFalse