Skip to content

Commit

Permalink
Test Trac #7586
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed Apr 16, 2013
1 parent 2d5ead6 commit 3e8715f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ghci/scripts/T7586.script
@@ -0,0 +1,4 @@
type T a b = a -> b
:k T
:k T Int
:k T Int Bool
3 changes: 3 additions & 0 deletions tests/ghci/scripts/T7586.stdout
@@ -0,0 +1,3 @@
T :: * -> * -> *
T Int :: * -> *
T Int Bool :: *
1 change: 1 addition & 0 deletions tests/ghci/scripts/all.T
Expand Up @@ -145,4 +145,5 @@ test('T7587', normal, ghci_script, ['T7587.script'])
test('T7688', normal, ghci_script, ['T7688.script'])
test('T7627', normal, ghci_script, ['T7627.script'])
test('T7627b', normal, ghci_script, ['T7627b.script'])
test('T7586', normal, ghci_script, ['T7586.script'])

0 comments on commit 3e8715f

Please sign in to comment.