summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T15546.script
blob: 76bcda783ed7ae242f32db9b1ea9344c5dfcb968 (plain)
1
2
3
4
5
:set -XTypeFamilies
type family E a b where E a a = (); E a b = Bool
:info E
:set -fprint-axiom-incomps
:info E