diff options
author | simonmar <unknown> | 2004-08-13 10:53:50 +0000 |
---|---|---|
committer | simonmar <unknown> | 2004-08-13 10:53:50 +0000 |
commit | eaae7417981db905e33949fdb52b34be0fbc7ee1 (patch) | |
tree | af328aa4b16d7355ceafb30927f9bb5884fe8308 | |
parent | b6d785514fc734d7752bdab8abd67e8e61f8db02 (diff) |
[haddock @ 2004-08-13 10:53:50 by simonmar]
Test for primes in quoted links
-rw-r--r-- | examples/Test.hs | 5 |
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 |