apiary-0.10.0: Simple web framework inspired by scotty.
Data.Apiary.SList
data SList as whereSource
Constructors
Instances
type family Fn as r Source
type family Snoc as a :: [*]Source
type family All c as :: ConstraintSource
apply :: Fn xs r -> SList xs -> rSource
sSnoc :: SList as -> a -> SList (Snoc as a)Source
type family Rev l a :: [*]Source
type Reverse a = Rev a `[]`Source
sReverse :: SList as -> SList (Reverse as)Source