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

Safe HaskellNone
LanguageHaskell2010

Servant.Elm.Internal.Foreign

Documentation

data LangElm Source #

Instances

ElmType a => HasForeignType * * LangElm ElmDatatype a Source # 

Methods

typeFor :: Proxy ElmDatatype a -> Proxy * ftype -> Proxy LangElm a -> ftype #

getEndpoints :: (HasForeign LangElm ElmDatatype api, GenerateList ElmDatatype (Foreign ElmDatatype api)) => Proxy api -> [Req ElmDatatype] Source #