Remove unused error

This commit is contained in:
TheMatten 2019-07-09 07:45:06 +02:00
parent 3e1f100341
commit 94b5dfe08e

View File

@ -201,11 +201,6 @@ checkExtensions exts = do
<+> text "extension needs to be enabled for Polysemy's Template Haskell to work")
(find (not . snd) states)
dataFamsNotSupported :: Q a
dataFamsNotSupported = fail $ show
$ text "makesSem and makesSem_ do not support data families"
$+$ nest 4 (text "(see polysemy-research/polysemy#157)")
missingEffArgs :: Name -> Q a
missingEffArgs name = fail $ show
$ text "Effect " <> ppr name