singletons-1.0: tests/compile-and-dump/Singletons/T33.hs
module Singletons.T33 where import Data.Singletons.TH import Data.Singletons.Prelude $(singletons [d| foo :: (Bool, Bool) -> () foo ~(_, _) = () |])
module Singletons.T33 where import Data.Singletons.TH import Data.Singletons.Prelude $(singletons [d| foo :: (Bool, Bool) -> () foo ~(_, _) = () |])