diff options
author | ronny | 1999-12-14 12:51:07 +0000 |
---|---|---|
committer | ronny | 1999-12-14 12:51:07 +0000 |
commit | 2005e2412ee4843d695bfb6aca94f7b3839891e9 (patch) | |
tree | 4ba72375705c9c8e11a4b474636b63eac5901527 /frontend/RWSDebug.icl | |
parent | Bug fix: infix pattern constructors (diff) |
handle constructor with strict arguments (for Clean 1.3.3)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@66 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/RWSDebug.icl')
-rw-r--r-- | frontend/RWSDebug.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/RWSDebug.icl b/frontend/RWSDebug.icl index 9d7639d..98c5ed9 100644 --- a/frontend/RWSDebug.icl +++ b/frontend/RWSDebug.icl @@ -2,8 +2,8 @@ implementation module RWSDebug import Debug -show - = debugShowWithOptions [] // [DebugMaxChars 80, DebugMaxDepth 5] +show x + = debugShowWithOptions [DebugMaxChars 80, DebugMaxDepth 5] x (->>) :: !.a !.b -> .a (->>) value debugValue |