summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T19928.hs
blob: c6c29475775a08139628fb004399032eccc16369 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE UnicodeSyntax, LinearTypes #-}

module T19928 where

data R where
  D1 :: { d1 :: Int } %1 -> R
  Dp :: { dp :: Int } %p -> R
  Dl :: { dl :: Int } ⊸ R