aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnicodeSyntax/unicode-constraint.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE UnicodeSyntax #-}
{-# LANGUAGE ExplicitForAll #-}
module UnicodeSyntaxConstraint where
showTwice ∷ ∀ a . Show a ⇒ a → String
showTwice x = show x ++ show x