Module

Type.Row.Homogeneous

#Homogeneous

class Homogeneous (row :: # Type) fieldType | row -> fieldType

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

Instances

#HomogeneousRowList

class HomogeneousRowList (rowList :: RowList) fieldType | rowList -> fieldType

Instances