apiary-0.14.0: Simple and type safe web framework that can be automatically generate API documentation.
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