summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/GhciKinds.stdout
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-10-25 16:23:26 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-10-25 16:23:26 +0100
commit29ac8506edc946373ae19d61f9ed105d3a834bca (patch)
treee3d732de7bed975653a670e9d24e54d9c0d3bb83 /testsuite/tests/ghci/scripts/GhciKinds.stdout
parent5695b73d93ffe39321b716743e20b45cefa9b92b (diff)
downloadhaskell-29ac8506edc946373ae19d61f9ed105d3a834bca.tar.gz
Test :kind and :kind! commands
Diffstat (limited to 'testsuite/tests/ghci/scripts/GhciKinds.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/GhciKinds.stdout5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/GhciKinds.stdout b/testsuite/tests/ghci/scripts/GhciKinds.stdout
new file mode 100644
index 0000000000..3961994e09
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/GhciKinds.stdout
@@ -0,0 +1,5 @@
+Int :: *
+Maybe :: * -> *
+F [[[Int]]] :: *
+F [[[Int]]] :: *
+= [[Int]] -> [Int] -> Int -> Bool