Add new shelltestrunner based test-suite
This commit is contained in:
11
shelltest/browse/MyModule.hs
Normal file
11
shelltest/browse/MyModule.hs
Normal 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
|
||||
Reference in New Issue
Block a user