aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnicodeSyntax/unicode-forall.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE UnicodeSyntax #-}
{-# LANGUAGE ExplicitForAll #-}
module UnicodeSyntaxForall where
identity ∷ ∀ a . a → a
identity x = x{- ORACLE_TEST pass -}
{-# LANGUAGE UnicodeSyntax #-}
{-# LANGUAGE ExplicitForAll #-}
module UnicodeSyntaxForall where
identity ∷ ∀ a . a → a
identity x = x