diff options
Diffstat (limited to 'html-test/src/TitledPicture.hs')
-rw-r--r-- | html-test/src/TitledPicture.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/html-test/src/TitledPicture.hs b/html-test/src/TitledPicture.hs new file mode 100644 index 00000000..7029d98a --- /dev/null +++ b/html-test/src/TitledPicture.hs @@ -0,0 +1,7 @@ +module TitledPicture where + +-- | Picture for 'foo' without a title <<bar>> +foo = 5 + +-- | Picture for 'bar' with title <<un∣∁∘ δ∈>> +bar = 6 |