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 6889d05 commit ff9da1cCopy full SHA for ff9da1c
servant/src/Servant/API/Status.hs
@@ -4,7 +4,7 @@
4
module Servant.API.Status where
5
6
import Network.HTTP.Types.Status
7
-import GHC.TypeNats
+import GHC.TypeLits
8
9
-- | Witness that a type-level natural number corresponds to a HTTP status code
10
class KnownNat n => KnownStatus n where
0 commit comments