| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hydra.Dsl.LiteralTypes
Description
A DSL of short names for literal types
Documentation
bigint :: LiteralType Source #
binary :: LiteralType Source #
float :: FloatType -> LiteralType Source #
int16 :: LiteralType Source #
int32 :: LiteralType Source #
int64 :: LiteralType Source #
int8 :: LiteralType Source #
integer :: IntegerType -> LiteralType Source #
string :: LiteralType Source #
uint16 :: LiteralType Source #
uint32 :: LiteralType Source #
uint64 :: LiteralType Source #
uint8 :: LiteralType Source #