Module

LabeledData.RecordLike.Generic

Package
purescript-labeled-data
Repository
thought2/purescript-labeled-data

#GenericRecordLike Source

class GenericRecordLike :: forall k. k -> Type -> Row Type -> Constraintclass GenericRecordLike tok a r  where

Members

Instances

#RepRecordLike Source

class RepRecordLike :: forall k. k -> Int -> Type -> Row Type -> Constraintclass RepRecordLike tok (ix :: Int) rep r | tok rep -> r where

Members

Instances

#genericFromRecord' Source

genericFromRecord' :: forall tok a r. GenericRecordLike tok a r => Proxy (Record r) -> Proxy a

#genericToRecord' Source

genericToRecord' :: forall tok a r. GenericRecordLike tok a r => Proxy a -> Proxy (Record r)