summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T14189.hs
blob: c26ebd7dee6216290a98793dba6d90486b8528d9 (plain)
1
2
3
4
5
6
module T14189
  (
  MyType (f,NT)
  ) where

data MyType = MT Int | NT | F { f :: Int }