diff options
Diffstat (limited to 'examples/Shared.hs')
-rw-r--r-- | examples/Shared.hs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/Shared.hs b/examples/Shared.hs index 77986125..efe345ac 100644 --- a/examples/Shared.hs +++ b/examples/Shared.hs | |||
@@ -1,9 +1,6 @@ | |||
1 | module Shared (echoInt, myconcat) where | 1 | module Shared (echoInt) where |
2 | 2 | ||
3 | import Remote.KRPC | 3 | import Remote.KRPC |
4 | 4 | ||
5 | echoInt :: Method IO Int Int | 5 | echoInt :: Method Int Int |
6 | echoInt = idM | 6 | echoInt = idM |
7 | |||
8 | myconcat :: Method IO [[Int]] [Int] | ||
9 | myconcat = concatM \ No newline at end of file | ||