aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/TemplateHaskell/th-quote-tick-operator.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE TemplateHaskellQuotes #-}
{-# LANGUAGE DataKinds #-}
module THQuoteTickOperator where
type (:>) a b = '(a, b)
test = ''(:>)