This PR improves the failure message produced by the `grind` tactic. We now include information about asserted facts, propositions that are known to be true and false, and equivalence classes.
14 lines
381 B
Text
14 lines
381 B
Text
/-
|
|
Copyright (c) 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Leonardo de Moura
|
|
-/
|
|
prelude
|
|
import Init.Grind.Norm
|
|
import Init.Grind.Tactics
|
|
import Init.Grind.Lemmas
|
|
import Init.Grind.Cases
|
|
import Init.Grind.Propagator
|
|
import Init.Grind.Util
|
|
import Init.Grind.Offset
|
|
import Init.Grind.PP
|