Skip to content

Commit 5d4f8f4

Browse files
Added agda-input documentation for ⊛
1 parent 22a9cf8 commit 5d4f8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TypeTheory/Auxiliary/Auxiliary.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ Section Truncations.
488488
intro x. unsquash x f. apply hinhpr; auto.
489489
Defined.
490490

491-
Infix "⊛" := hinhfun' (at level 100).
491+
Infix "⊛" := hinhfun' (at level 100). (* \circledast in agda-input-mode *)
492492

493493
Lemma hinhfun3 {X1 X2 X3 Y : UU} (f : X1 -> X2 -> X3 -> Y)
494494
(x1 : ∥ X1 ∥) (x2 : ∥ X2 ∥) (x3 : ∥ X3 ∥)
@@ -528,7 +528,7 @@ Section Truncations.
528528

529529
End Truncations.
530530

531-
Infix "⊛" := hinhfun' (at level 100).
531+
Infix "⊛" := hinhfun' (at level 100). (* \circledast in agda-input-mode *)
532532

533533
(** ** Surjectivity *)
534534

0 commit comments

Comments
 (0)