Skip to content
Snippets Groups Projects
Commit 0280a1ef authored by Philippe Suter's avatar Philippe Suter
Browse files

removed debugging info

parent 220def15
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ object Analysis {
var extras : List[Expr] = Nil
def rewritePM(e: Expr) : Option[Expr] = e match {
case NotSoSimplePatternMatching(_) => None
// case NotSoSimplePatternMatching(_) => None
case SimplePatternMatching(scrutinee, classType, casesInfo) => Some({
val newVar = Variable(FreshIdentifier("pm", true)).setType(e.getType)
val scrutAsLetID = FreshIdentifier("scrut", true).setType(scrutinee.getType)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment