servant-elm-0.7.2: Automatically derive Elm functions to query servant webservices.

Safe HaskellNone
LanguageHaskell2010

Servant.Elm.Internal.Foreign

Documentation

data LangElm Source #

Instances
Typeable a => HasForeignType LangElm EType (a :: Type) Source # 
Instance details

Defined in Servant.Elm.Internal.Foreign

Methods

typeFor :: Proxy LangElm -> Proxy EType -> Proxy a -> EType #

Typeable a => HasForeignType LangElm EType (Headers b a :: Type) Source # 
Instance details

Defined in Servant.Elm.Internal.Foreign

Methods

typeFor :: Proxy LangElm -> Proxy EType -> Proxy (Headers b a) -> EType #