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 8f081bd commit 891a077Copy full SHA for 891a077
servant/src/Servant/API/TypeErrors.hs
@@ -4,6 +4,8 @@
4
{-# LANGUAGE TypeOperators #-}
5
{-# LANGUAGE UndecidableInstances #-}
6
7
+{-# OPTIONS_GHC -fno-warn-unticked-promoted-constructors #-}
8
+
9
-- | This module defines the error messages used in type-level errors.
10
-- Type-level errors can signal non-existing instances, for instance when
11
-- a combinator is not applied to the correct number of arguments.
0 commit comments