liquidhaskell-0.7.0.0: tests/pos/UnboxedTuplesAndTH.hs
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE UnboxedTuples #-}
module Blank where
import GHC.Int
foo = let (# x, y #) = (# 1#, 1# #) in I8# x
bar = [| 1 + 2|]
{-# LANGUAGE MagicHash #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE UnboxedTuples #-}
module Blank where
import GHC.Int
foo = let (# x, y #) = (# 1#, 1# #) in I8# x
bar = [| 1 + 2|]