Skip to content

Commit

Permalink
Revert "Fixing mathcomp after coq/coq#17484"
Browse files Browse the repository at this point in the history
This reverts commit a7986e6.
  • Loading branch information
proux01 committed Jul 15, 2023
1 parent 85fab30 commit 16e8215
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions HB/common/log.elpi
Expand Up @@ -35,7 +35,6 @@ env.add-const-noimplicits Name Bo Ty Opaque C :- std.do! [
":" {coq.term->string Ty} ":=" {coq.term->string Bo})
true,
avoid-name-collision Name Name1,
coq.typecheck Bo Ty _,
coq.env.add-const Name1 Bo Ty Opaque C,
env.add-location (const C),
if (var Ty) (Ty? = none) (Ty? = some Ty),
Expand All @@ -50,7 +49,6 @@ env.add-const Name Bo Ty Opaque C :- std.do! [
":" {coq.term->string Ty} ":=" {coq.term->string Bo})
true,
avoid-name-collision Name Name1,
coq.typecheck Bo Ty _,
coq.env.add-const Name1 Bo Ty Opaque C,
env.add-location (const C),
if (var Ty) (Ty? = none) (Ty? = some Ty),
Expand All @@ -63,7 +61,6 @@ env.add-const-noimplicits-failondup Name Bo Ty Opaque C :- std.do! [
(coq.error "HB: cannot infer some information in" Name
":" {coq.term->string Ty} ":=" {coq.term->string Bo})
true,
coq.typecheck Bo Ty _,
coq.env.add-const Name Bo Ty Opaque C,
env.add-location (const C),
if (var Ty) (Ty? = none) (Ty? = some Ty),
Expand Down

0 comments on commit 16e8215

Please sign in to comment.