Skip to content
Snippets Groups Projects
Commit 1b9d6508 authored by Ali Sinan Köksal's avatar Ali Sinan Köksal
Browse files

better displaying of L variables

parent dc153c66
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ object LTrees {
val (newConsts, newExpr) = combineConstraint(instantiatedCnstr)
val typedPlaceHolders = newConsts map {
case cst => FreshIdentifier(cst.name, true).setType(cst.getType)
case cst => FreshIdentifier("?", true).setType(cst.getType)
}
// println("types : " + typedPlaceHolders.map(_.getType))
val subst1 = ((newConsts map (Variable(_))) zip (typedPlaceHolders map (Variable(_)))).toMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment