summaryrefslogtreecommitdiffstats
path: root/testsuite/tests/typing-misc/wellfounded.ml.reference
blob: 0c9e64ad01059ac7a44f3eec9dfe7c06e60cf5ee (plain)
1
2
3
4
5
6
7

#     type _ prod = Prod : ('a * 'y) prod
#               Characters 87-96:
        type d = d * d
             ^^^^^^^^^
Error: The type abbreviation d is cyclic
#