diff options
Diffstat (limited to 'html-test/src/Ticket75.hs')
-rw-r--r-- | html-test/src/Ticket75.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html-test/src/Ticket75.hs b/html-test/src/Ticket75.hs new file mode 100644 index 00000000..94a2f115 --- /dev/null +++ b/html-test/src/Ticket75.hs @@ -0,0 +1,7 @@ +module Ticket75 where + +data a :- b = Q + +-- | A reference to ':-' +f :: Int +f = undefined |