Module

Type.Row.Homogeneous

#Homogeneous

class Homogeneous :: forall k. Row k -> k -> Constraintclass Homogeneous row fieldType | row -> fieldType

Ensure that every field in a row has the same type.

Instances

#HomogeneousRowList

class HomogeneousRowList :: forall k. RowList k -> k -> Constraintclass HomogeneousRowList rowList fieldType | rowList -> fieldType

Instances

Modules