servant-kotlin-0.1.1.0: Automatically derive Kotlin class to query servant webservices

Safe HaskellNone
LanguageHaskell2010

Servant.Kotlin.Type

Documentation

class KotlinType a where #

Instances

KotlinType Bool # 
KotlinType Char # 
KotlinType Double # 
KotlinType Float # 
KotlinType Int # 
KotlinType Int8 # 
KotlinType Int16 # 
KotlinType Int32 # 
KotlinType Int64 # 
KotlinType () # 
KotlinType Text # 
KotlinType UTCTime # 
KotlinType NoContent # 
KotlinType a => KotlinType [a] # 

Methods

toKotlinType :: [a] -> Maybe KotlinClass #

KotlinType a => KotlinType (Maybe a) # 
KotlinType v => KotlinType (IntMap v) # 
(KotlinType a, KotlinType b) => KotlinType (a, b) # 

Methods

toKotlinType :: (a, b) -> Maybe KotlinClass #

(KotlinType k, KotlinType v) => KotlinType (Map k v) # 
KotlinType a => KotlinType (Proxy * a) #