1{-# LANGUAGE UnicodeSyntax, ExplicitForAll #-}
2module UnicodeSyntax where
3
4import System.Environment (getArgs)
5
6mainIO ()
7main = do
8  asgetArgs
9  print $ test 0
10
11testIntBool
12test x = x*5 == x+8
13
14id1 ∷ ∀ a . aa
15id1 x = x
16