From eaae7417981db905e33949fdb52b34be0fbc7ee1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 13 Aug 2004 10:53:50 +0000 Subject: [haddock @ 2004-08-13 10:53:50 by simonmar] Test for primes in quoted links --- examples/Test.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/Test.hs') 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 -- cgit v1.2.3