aboutsummaryrefslogtreecommitdiff
path: root/CLPM/Util.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'CLPM/Util.dcl')
-rw-r--r--CLPM/Util.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLPM/Util.dcl b/CLPM/Util.dcl
index 76583f0..abad232 100644
--- a/CLPM/Util.dcl
+++ b/CLPM/Util.dcl
@@ -14,5 +14,5 @@ parse :: (String -> MaybeErrorString a) | Parse a
doRequest :: HTTPRequest *World -> *(MaybeErrorString HTTPResponse, *World)
-syscall :: !String !*World -> !*(!Int, !*World)
+syscall :: !String !*World -> *(!Int, !*World)
recursivelyRemove :: !FilePath !*World -> *(MaybeErrorString (), !*World)