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

module ParserNoForallUnicode where

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