packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/GHCPrimSpecific/unboxed-tuple-constructor.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE UnboxedTuples #-}
module UnboxedTupleConstructor where

data Unit# = (# #)

data Tuple2# a b = (# a, b #)

data Tuple3# a b c = (# a, b, c #)