diff options
Diffstat (limited to 'html-test/src/PR643_1.hs')
-rw-r--r-- | html-test/src/PR643_1.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html-test/src/PR643_1.hs b/html-test/src/PR643_1.hs new file mode 100644 index 00000000..ecd0db94 --- /dev/null +++ b/html-test/src/PR643_1.hs @@ -0,0 +1,7 @@ +module PR643_1 where + +infixr 5 `test` + +-- | Some big documentation +test :: () +test = () |