{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
module Lib.Applicative.Test where
import Test.Tasty
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
module Lib.Foldable.Test where
import Test.Tasty
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
module Lib.Functor.Test where
import Test.Tasty
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
module Lib.Map.Test where
import Test.Tasty
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
module Lib.MonoFunctor.Test where
import Test.Tasty
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE StandaloneDeriving #-}
module Lib.Num.Test where
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
+{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
module Lib.Tuple2.Test where
import Test.Tasty
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
+{-# OPTIONS_GHC -O0 -fmax-simplifier-iterations=0 #-}
module Typing.Test where
import Test.Tasty