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

#respond Source

respond :: forall r e. Responsable r => Response -> r -> Eff (http :: HTTP | e) Unit