servant-elm-0.7.3: Automatically derive Elm functions to query servant webservices.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Servant.Elm.Internal.Foreign

Documentation

data LangElm Source #

Instances

Instances details
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 #