diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-09-27 00:22:44 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-09-27 22:53:05 +0200 |
| commit | ed144309fab03565e7b6963b5e5e936b658a053f (patch) | |
| tree | 1b753355cbec9d534bad523ad78926b851bc2837 /lib/Language/Elna/Allocator.hs | |
| parent | 8eaeb5afa311d6a23b3809a59b724915fff867ea (diff) | |
| download | elna-ed144309fab03565e7b6963b5e5e936b658a053f.tar.gz | |
Print numbers with multiple digits
Diffstat (limited to 'lib/Language/Elna/Allocator.hs')
| -rw-r--r-- | lib/Language/Elna/Allocator.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Language/Elna/Allocator.hs b/lib/Language/Elna/Allocator.hs new file mode 100644 index 0000000..a5ca574 --- /dev/null +++ b/lib/Language/Elna/Allocator.hs @@ -0,0 +1,3 @@ +module Language.Elna.Allocator + ( + ) where |
