summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci033.hs
blob: 7f047cda0589705b5c806bbcd207bb0e5cbc4847 (plain)
1
2
3
4
5
-- Test #1930: display of infix constructors
module Test where

data Foo = Foo1 Int 
         | Int `InfixCon` Bool