aboutsummaryrefslogtreecommitdiffstats
path: root/src/PropToBool.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-05 17:33:45 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-05 17:33:45 +0200
commitfac9967dcfcfd771cbcf17b364b324bc19587159 (patch)
tree6c258b3de616e452bef3230cf630136c5b4bb103 /src/PropToBool.v
parent907cb562f511e3bbd3f84011e5d3e101f00c4252 (diff)
downloadsmtcoq-fac9967dcfcfd771cbcf17b364b324bc19587159.tar.gz
smtcoq-fac9967dcfcfd771cbcf17b364b324bc19587159.zip
CompDec on interpreted type
Diffstat (limited to 'src/PropToBool.v')
-rw-r--r--src/PropToBool.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PropToBool.v b/src/PropToBool.v
index 00cba37..c77647d 100644
--- a/src/PropToBool.v
+++ b/src/PropToBool.v
@@ -221,7 +221,6 @@ Ltac remove_compdec_hyp H :=
assert (H1 := H p'); clear H; assert (H := H1); clear H1;
remove_compdec_hyp H
| _ =>
- idtac 1;
let c := fresh "c" in
assert (c : CompDec A);
[ auto with typeclass_instances