diff options
Diffstat (limited to 'examples')
| -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  | 
