mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-12-03 13:05:09 +03:00
Remove unused error
This commit is contained in:
parent
3e1f100341
commit
94b5dfe08e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user