summaryrefslogtreecommitdiff
path: root/examples/Shared.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Shared.hs')
-rw-r--r--examples/Shared.hs7
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 @@
1module Shared (echoInt, myconcat) where 1module Shared (echoInt) where
2 2
3import Remote.KRPC 3import Remote.KRPC
4 4
5echoInt :: Method IO Int Int 5echoInt :: Method Int Int
6echoInt = idM 6echoInt = idM
7
8myconcat :: Method IO [[Int]] [Int]
9myconcat = concatM \ No newline at end of file