Ignore 'unticked promoted constructors' in TypeErrors
The file is small enough that using unticked constructors should not be error-prone
This commit is contained in:
parent
8f081bd9ad
commit
891a077311
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# LANGUAGE UndecidableInstances #-}
|
||||
|
||||
{-# OPTIONS_GHC -fno-warn-unticked-promoted-constructors #-}
|
||||
|
||||
-- | This module defines the error messages used in type-level errors.
|
||||
-- Type-level errors can signal non-existing instances, for instance when
|
||||
-- a combinator is not applied to the correct number of arguments.
|
||||
|
|
Loading…
Reference in a new issue