Add new shelltestrunner based test-suite

This commit is contained in:
Daniel Gröber
2017-03-01 08:26:17 +01:00
parent 53df9d228f
commit 04baf3e31f
15 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
module MyModule where
data MyType = MyConstructor1
| MyConstructor2
some_num = 0
some_char = ' '
some_string = "bar"
($?>>/) :: Int -> Int -> Int
a $?>>/ b = a + b