Add some modules and tests

This commit is contained in:
2017-11-11 20:51:58 +03:00
parent e57e75a905
commit 67aa89a27c
13 changed files with 247 additions and 77 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
insert_final_newline = true
end_of_line = "lf"
[*.hs]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true