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

Some gc in synthesis

parent fe129410
Branches
Tags
No related merge requests found
......@@ -30,7 +30,5 @@ object Grammars {
default(sctx.program, p.allAs.map(_.toVariable) ++ hints ++ extraHints, sctx.functionContext, sctx.settings.functionsToIgnore)
}
def similarTo(e: Expr, base: ExpressionGrammar) = {
}
}
......@@ -7,7 +7,7 @@ package aspects
import purescala.TypeOps.depth
case class TypeDepthBound(bound: Int) extends PersistentAspect {
override def asString(implicit ctx: LeonContext): String = s"TD$bound"
override def asString(implicit ctx: LeonContext): String = "" // This is just debug pollution to print
override def applyTo(lab: Label, ps: Seq[Production])(implicit ctx: LeonContext) = {
if (depth(lab.getType) > bound) Nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment