Module

Conveyor.Internal

Package
purescript-conveyor
Repository
oreshinya/purescript-conveyor

#LProxy Source

data LProxy (l :: RowList)

Constructors

#get Source

get :: forall r2 r1 a l. IsSymbol l => RowCons l a r1 r2 => SProxy l -> Record r2 -> a

#rowToList Source

rowToList :: forall l r proxy. RowToList r l => proxy r -> LProxy l

#decodeBody Source

#logError Source

logError :: forall e. Error -> Eff e Unit