diff options
author | Camil Staps | 2017-02-05 23:25:46 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-05 23:25:46 +0100 |
commit | 366512d77c0051c81353b5e1119cd7df3a4734b2 (patch) | |
tree | 00f7b3336cfb6bfbda30045971c5b67028015f0e /CLPM/Util.icl | |
parent | Working make command (diff) |
Start with repository and dependency resolution
Diffstat (limited to 'CLPM/Util.icl')
-rw-r--r-- | CLPM/Util.icl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CLPM/Util.icl b/CLPM/Util.icl new file mode 100644 index 0000000..a3d016e --- /dev/null +++ b/CLPM/Util.icl @@ -0,0 +1,8 @@ +implementation module CLPM.Util + +import StdEnv + +import Data.Error + +parse :: (String -> MaybeErrorString a) | Parse a +parse = Parse o fromString |