Skip to content

Move implicit debug section higher

Viktor Kuncak requested to merge github/fork/jad-hamza/higher-debug-section into master

Created by: jad-hamza

I sometimes have this error when compiling Inox from Stainless (this PR fixes it)

inox/src/main/scala/inox/solvers/unrolling/Templates.scala:79:19: could not find implicit value for parameter section: inox.DebugSection
[error]     reporter.debug("Unrolling generation [" + currentGen + "]")

Merge request reports