add forgotten file

This commit is contained in:
Greg Hale 2016-12-30 12:51:26 -05:00
parent 4591909719
commit 90565c7f5f

View File

@ -79,11 +79,12 @@ class HasPointClient layout where
type ToXhr layout :: *
type FromXhr layout :: *
type PointClient layout to from :: *
pointClientWithRoute
pointInputWithRoute
:: Proxy layout
-> PointReq
-> BaseUrl
-> PointClient layout (ToXhr layout) (FromXhr layout)
-> ToXhr
pointDecodeWithRoute
-- -> PointClient layout
-- -> (to -> XhrRequest Text, XhrResponse -> Maybe from)