diff options
Diffstat (limited to 'html-test/src/SectionLabels.hs')
-rw-r--r-- | html-test/src/SectionLabels.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/html-test/src/SectionLabels.hs b/html-test/src/SectionLabels.hs new file mode 100644 index 00000000..560bafa4 --- /dev/null +++ b/html-test/src/SectionLabels.hs @@ -0,0 +1,8 @@ +module SectionLabels + ( + -- * Section heading#custom# + n + ) where + +n :: Int +n = 3 |