Skip to content
Snippets Groups Projects
Commit bcc2e06e authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

More debug strings

parent ab6b2d58
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ object Expressions {
if (real zip formal forall { case (real, formal) => isSubtypeOf(real.getType, formal.getType)} ) {
result.unveilUntyped
} else {
//println(s"Failed to type as $result")
//println(real map { r => s"$r: ${r.getType}"} mkString ", " )
//println(formal map { r => s"$r: ${r.getType}" } mkString ", " )
Untyped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment