aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzweije2001-08-29 14:27:29 +0000
committerzweije2001-08-29 14:27:29 +0000
commita1955845a04de02486829387946a34ed818d0707 (patch)
treed9d38dda6c44bbc4613f9f564ed4beb1a4eda53e
parentThis commit was generated by cvs2svn to compensate for changes in r686, (diff)
This commit was generated by cvs2svn to compensate for changes in r688,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@689 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--sucl/newfold.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sucl/newfold.icl b/sucl/newfold.icl
index ebb6550..a654f5a 100644
--- a/sucl/newfold.icl
+++ b/sucl/newfold.icl
@@ -211,7 +211,7 @@ matchpattern ::
(FuncBody sym var)
-> FuncBody sym var
-matchpattern _ _ _ = undef
+matchpattern _ _ _ = error "newfold: matchpattern: not yet implemented"
rule2body rule = buildgraph (arguments rule) (ruleroot rule) (rulegraph rule)