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

data Foo = Foo1 Int 
         | Int `InfixCon` Bool