aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/UnicodeSyntax/unicode-double-colon.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE UnicodeSyntax #-}
module UnicodeSyntaxDoubleColon where
identity :: Int -> Int
identity x = x
-- Same with Unicode
identityU ∷ Int → Int
identityU x = x