servant-elm-0.5.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 LangElm a -> Proxy * ftype -> Proxy ElmDatatype a -> ftype #

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