We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a9cf8 commit 5d4f8f4Copy full SHA for 5d4f8f4
TypeTheory/Auxiliary/Auxiliary.v
@@ -488,7 +488,7 @@ Section Truncations.
488
intro x. unsquash x f. apply hinhpr; auto.
489
Defined.
490
491
- Infix "⊛" := hinhfun' (at level 100).
+ Infix "⊛" := hinhfun' (at level 100). (* \circledast in agda-input-mode *)
492
493
Lemma hinhfun3 {X1 X2 X3 Y : UU} (f : X1 -> X2 -> X3 -> Y)
494
(x1 : ∥ X1 ∥) (x2 : ∥ X2 ∥) (x3 : ∥ X3 ∥)
@@ -528,7 +528,7 @@ Section Truncations.
528
529
End Truncations.
530
531
-Infix "⊛" := hinhfun' (at level 100).
+Infix "⊛" := hinhfun' (at level 100). (* \circledast in agda-input-mode *)
532
533
(** ** Surjectivity *)
534
0 commit comments