diff options
Diffstat (limited to 'testsuite/tests/th/T3920.stdout')
-rw-r--r-- | testsuite/tests/th/T3920.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/th/T3920.stdout b/testsuite/tests/th/T3920.stdout new file mode 100644 index 0000000000..224efdfda9 --- /dev/null +++ b/testsuite/tests/th/T3920.stdout @@ -0,0 +1,2 @@ +type family T :: (* -> * -> * -> *) -> (* -> *) -> * +type family Main.S :: (* -> * -> * -> *) -> (* -> *) -> * |