singletons-2.4: tests/compile-and-dump/Singletons/T197.hs
module T197 where import Data.Singletons.Prelude import Data.Singletons.TH $(singletons [d| infixl 5 $$: ($$:) :: Bool -> Bool -> Bool _ $$: _ = False |])
module T197 where import Data.Singletons.Prelude import Data.Singletons.TH $(singletons [d| infixl 5 $$: ($$:) :: Bool -> Bool -> Bool _ $$: _ = False |])