We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1807c72 + c3bb14f commit caf0209Copy full SHA for caf0209
servant-js/src/Servant/JS.hs
@@ -123,7 +123,7 @@ import Servant.JS.Axios
123
import Servant.JS.Internal
124
import Servant.JS.JQuery
125
import Servant.JS.Vanilla
126
-import Servant.Foreign (GenerateList(..), listFromAPI, NoTypes)
+import Servant.Foreign (listFromAPI)
127
128
-- | Generate the data necessary to generate javascript code
129
-- for all the endpoints of an API, as ':<|>'-separated values
servant-js/src/Servant/JS/Internal.hs
@@ -23,7 +23,6 @@ module Servant.JS.Internal
23
, HasForeignType(..)
24
, GenerateList(..)
25
, NoTypes
26
- , HeaderArg
27
, ArgType(..)
28
, HeaderArg(..)
29
, QueryArg(..)
0 commit comments