summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_run/LinearGhci.script
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/linear/should_run/LinearGhci.script')
-rw-r--r--testsuite/tests/linear/should_run/LinearGhci.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/linear/should_run/LinearGhci.script b/testsuite/tests/linear/should_run/LinearGhci.script
index cd55fe73bd..b8fa13a4ca 100644
--- a/testsuite/tests/linear/should_run/LinearGhci.script
+++ b/testsuite/tests/linear/should_run/LinearGhci.script
@@ -3,7 +3,7 @@ data T a = MkT a
:set -XLinearTypes
:type MkT
:set -XGADTs
-data T a where MkT :: a #-> a -> T a
+data T a where MkT :: a %1 -> a -> T a
:info T
data T a b m n r = MkT a b m n r
:set -fprint-explicit-foralls