[Nice-commit] Nice/src/mlsub/typing MonotypeVar.java,1.13,1.14
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-03-01 01:07:57
|
Update of /cvsroot/nice/Nice/src/mlsub/typing
In directory sc8-pr-cvs1:/tmp/cvs-serv21265/src/mlsub/typing
Modified Files:
MonotypeVar.java
Log Message:
Added debuging info.
Index: MonotypeVar.java
===================================================================
RCS file: /cvsroot/nice/Nice/src/mlsub/typing/MonotypeVar.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MonotypeVar.java 1 Aug 2002 00:25:32 -0000 1.13
--- MonotypeVar.java 1 Mar 2003 01:07:53 -0000 1.14
***************
*** 124,127 ****
--- 124,129 ----
// Do the appropriate cast
equivalent = value.freshMonotype();
+ if (Typing.dbg)
+ Debug.println("Equivalence: " + this + " == " + equivalent);
// equivalent is null if the kind is that of unconstrained variables
|