rest-types-1.14.1.1: Silk Rest Framework Types

Safe HaskellNone
LanguageHaskell98

Rest.Types.Void

Synopsis

Documentation

newtype Void #

The Void type is used as the identifier for resources that can't be routed to. It contains no values apart from bottom.

Constructors

Void 

Fields

Instances

Eq Void # 

Methods

(==) :: Void -> Void -> Bool #

(/=) :: Void -> Void -> Bool #

Ord Void # 

Methods

compare :: Void -> Void -> Ordering #

(<) :: Void -> Void -> Bool #

(<=) :: Void -> Void -> Bool #

(>) :: Void -> Void -> Bool #

(>=) :: Void -> Void -> Bool #

max :: Void -> Void -> Void #

min :: Void -> Void -> Void #

Read Void # 
Show Void # 

Methods

showsPrec :: Int -> Void -> ShowS #

show :: Void -> String #

showList :: [Void] -> ShowS #

Generic Void #

Generic. Can't derive it, sadly.

Associated Types

type Rep Void :: * -> * #

Methods

from :: Void -> Rep Void x #

to :: Rep Void x -> Void #

ToJSON Void # 
FromJSON Void # 
XmlPickler Void # 

Methods

xpickle :: PU Void #

JSONSchema Void # 

Methods

schema :: Proxy * Void -> Schema #

ToResponseCode Void # 

Methods

toResponseCode :: Void -> Int #

type Rep Void # 
type Rep Void = D1 (MetaData "Void" "Rest.Types.Void" "rest-types" False) V1