aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-08-13 10:53:50 +0000
committersimonmar <unknown>2004-08-13 10:53:50 +0000
commiteaae7417981db905e33949fdb52b34be0fbc7ee1 (patch)
treeaf328aa4b16d7355ceafb30927f9bb5884fe8308
parentb6d785514fc734d7752bdab8abd67e8e61f8db02 (diff)
[haddock @ 2004-08-13 10:53:50 by simonmar]
Test for primes in quoted links
-rw-r--r--examples/Test.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Test.hs b/examples/Test.hs
index 066dabac..ebf7d505 100644
--- a/examples/Test.hs
+++ b/examples/Test.hs
@@ -97,6 +97,7 @@ module Test (
-}
p,
+ f',
) where
import Hidden
@@ -378,3 +379,7 @@ foreign import ccall unsafe
-- | We should be able to escape this: \#\#\#
p :: Int
+
+-- | a function with a prime can be referred to as 'f''
+-- but f' doesn't get link'd 'f\''
+f' :: Int