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 fccb886 commit 5b6af80Copy full SHA for 5b6af80
tests/EvalTests.hs
@@ -4,6 +4,7 @@
4
{-# LANGUAGE ScopedTypeVariables #-}
5
{-# LANGUAGE TemplateHaskell #-}
6
7
+{-# OPTIONS_GHC -Wno-missing-signatures #-}
8
9
10
module EvalTests (tests, genEvalCompareTests) where
tests/ParserTests.hs
{-# LANGUAGE RankNTypes #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
module ParserTests (tests) where
0 commit comments