summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/ParserNoForallUnicode.hs
blob: 883d3c841ed861314240ada8911704e286215e9d (plain)
1
2
3
4
5
6
7
{-# LANGUAGE Haskell2010 #-}
{-# LANGUAGE UnicodeSyntax #-}

module ParserNoForallUnicode where

id' :: ∀ a . a → a
id' a = a