aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/TemplateHaskell/th_nested_splice.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TemplateHaskell #-}
module TH_Nested_Splice where
x = [| 1 + $y |]
z = [|| 1 + $$y ||]{- ORACLE_TEST pass -}
{-# LANGUAGE TemplateHaskell #-}
module TH_Nested_Splice where
x = [| 1 + $y |]
z = [|| 1 + $$y ||]