rest-types-1.14.1: Silk Rest Framework Types

Safe HaskellNone
LanguageHaskell98

Rest.Types.Container

Documentation

data List a Source

Constructors

List 

Fields

offset :: Int
 
count :: Int
 
items :: [a]