diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-10-25 16:23:26 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-10-25 16:23:26 +0100 |
commit | 29ac8506edc946373ae19d61f9ed105d3a834bca (patch) | |
tree | e3d732de7bed975653a670e9d24e54d9c0d3bb83 /testsuite/tests/ghci/scripts/GhciKinds.script | |
parent | 5695b73d93ffe39321b716743e20b45cefa9b92b (diff) | |
download | haskell-29ac8506edc946373ae19d61f9ed105d3a834bca.tar.gz |
Test :kind and :kind! commands
Diffstat (limited to 'testsuite/tests/ghci/scripts/GhciKinds.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/GhciKinds.script | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/GhciKinds.script b/testsuite/tests/ghci/scripts/GhciKinds.script new file mode 100644 index 0000000000..310c2a8c3d --- /dev/null +++ b/testsuite/tests/ghci/scripts/GhciKinds.script @@ -0,0 +1,5 @@ +:kind Int +:kind Maybe +:l GhciKinds +:kind F [[[Int]]] +:kind! F [[[Int]]] |