Module

Type.Trout.Record

Package
purescript-trout
Repository
owickstrom/purescript-trout

#get Source

get :: forall a l r' r. IsSymbol l => Cons l a r' r => SProxy l -> Record r -> a

#set Source

set :: forall b a l r r2 r1. IsSymbol l => Cons l a r r1 => Cons l b r r2 => SProxy l -> b -> Record r1 -> Record r2

#insert Source

insert :: forall a l r2 r1. IsSymbol l => Cons l a r1 r2 => SProxy l -> a -> Record r1 -> Record r2

#delete Source

delete :: forall a l r2 r1. IsSymbol l => Cons l a r2 r1 => SProxy l -> Record r1 -> Record r2