Module

Data.Homogeneous

Package
purescript-homogeneous
Repository
paluh/purescript-homogeneous

#ListToHomogeneous Source

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

Instances

#HomogeneousRowLabels Source

class HomogeneousRowLabels r a ls | r -> a ls

Instances

#ToHomogeneousRow Source

class ToHomogeneousRow ls b r | ls b -> r

Instances

#ToHomogeneousRow' Source

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

Instances

#Keys Source

class Keys (xs :: RowList Type)  where

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

Members

Instances