diff options
Diffstat (limited to 'testsuite/tests/linear/should_compile/T18731.hs')
-rw-r--r-- | testsuite/tests/linear/should_compile/T18731.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/linear/should_compile/T18731.hs b/testsuite/tests/linear/should_compile/T18731.hs index c7899efb54..44a8e8d282 100644 --- a/testsuite/tests/linear/should_compile/T18731.hs +++ b/testsuite/tests/linear/should_compile/T18731.hs @@ -1,5 +1,5 @@ {-# LANGUAGE LinearTypes #-} module T18731 where -f :: a #-> b +f :: a %1 -> b f x = undefined x |