ron-0.2: RON, RON-RDT, and RON-Schema

Safe HaskellNone
LanguageHaskell2010

RON.Schema

Synopsis

Documentation

newtype Declaration Source #

Constructors

DStructLww StructLww 

data Field Source #

Instances
Show Field Source # 
Instance details

Defined in RON.Schema

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

data RonType Source #

Instances
Show RonType Source # 
Instance details

Defined in RON.Schema

data TAtom Source #

Constructors

TAInteger 
TAString 
Instances
Show TAtom Source # 
Instance details

Defined in RON.Schema

Methods

showsPrec :: Int -> TAtom -> ShowS #

show :: TAtom -> String #

showList :: [TAtom] -> ShowS #

newtype TComposite Source #

Constructors

TOption RonType 
Instances
Show TComposite Source # 
Instance details

Defined in RON.Schema

data TObject Source #

Instances
Show TObject Source # 
Instance details

Defined in RON.Schema

data TOpaque Source #

Instances
Show TOpaque Source # 
Instance details

Defined in RON.Schema

def :: Default a => a #

The default value for this type.