Skip to content

Commit 336ee12

Browse files
committed
cleanup
1 parent a065e6f commit 336ee12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HB/instance.elpi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ declare-wrapper-inst TheType ML TheMixins TyWP SectionName CSL :- std.do![
402402

403403
pred is-structure-op-w-wrapper i:term.
404404
is-structure-op-w-wrapper (global (const C)) :- exported-op _ _ C, wrapper-mixin _ (const C) _.
405-
is-structure-op-w-wrapper (app[global (const C)|_]) :- std.spy(exported-op _ _ C), wrapper-mixin _ (const C) _.
405+
is-structure-op-w-wrapper (app[global (const C)|_]) :- exported-op _ _ C, wrapper-mixin _ (const C) _.
406406

407407
pred derive-wrapper-instances i:term, i:mixinname, o:term, o:constant.
408408
derive-wrapper-instances Instance WrapperMixin WrapperSubject C :- std.do! [
@@ -440,7 +440,7 @@ derive-wrapper-instances Instance WrapperMixin WrapperSubject C :- std.do! [
440440

441441
Name is "wrapped__" ^ {std.any->string {new_int}},
442442

443-
std.spy(log.coq.env.add-const-noimplicits Name NewInstance Ty @transparent! C),
443+
log.coq.env.add-const-noimplicits Name NewInstance Ty @transparent! C,
444444
].
445445

446446
pred wrap-a-mixin i:gref, i:mixinname, i:constant, o:term, o:mixinname, o:constant.

tests/monoid_enriched_cat.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Succeed HB.structure
6262
(forall A B : Obj, isMon (hom A B)) }.
6363

6464
(* which one is best? *)
65-
Fail HB.structure
65+
Succeed HB.structure
6666
Definition Monoid_enriched_quiver :=
6767
{ Obj of isQuiver Obj &
6868
(forall A B : Obj, isMon (@hom (Quiver.clone Obj _) A B)) }.

0 commit comments

Comments
 (0)