Module

Data.Homogeneous

#ListToHomogeneous

class ListToHomogeneous (rl :: RowList Type) a (r :: Row Type) | rl a -> r

Instances

#HomogeneousRowLabels

class HomogeneousRowLabels r a ls | r -> a ls

Instances

#ToHomogeneousRow

class ToHomogeneousRow ls b r | ls b -> r

Instances

#ToHomogeneousRow'

class ToHomogeneousRow' ll b r | ll b -> r

Instances

#Keys

class Keys (xs :: RowList Type)  where

Reflect row list labels into a List String. Taken from record-extra.

Members

Instances

Modules