aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnboxedTuples/singleton.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE UnboxedTuples #-}
module Singleton where
x = (# 1 #)
f (# y #) = y
{- ORACLE_TEST pass -}
{-# LANGUAGE UnboxedTuples #-}
module Singleton where
x = (# 1 #)
f (# y #) = y