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.
1 parent 7174f51 commit ff4fb00Copy full SHA for ff4fb00
servant/src/Servant/API/Header.hs
@@ -3,7 +3,9 @@
3
{-# LANGUAGE DeriveFunctor #-}
4
{-# LANGUAGE PolyKinds #-}
5
{-# OPTIONS_HADDOCK not-home #-}
6
-module Servant.API.Header where
+module Servant.API.Header (
7
+ Header(..),
8
+) where
9
10
import Data.ByteString (ByteString)
11
import Data.Typeable (Typeable)
@@ -25,5 +27,3 @@ data Header (sym :: Symbol) a = Header a
25
27
-- >>> import Servant.API
26
28
-- >>> import Data.Aeson
29
-- >>> import Data.Text
--- >>> data Book
--- >>> instance ToJSON Book where { toJSON = undefined }
0 commit comments