@@ -435,19 +435,16 @@ HB.mixin Record isSetJoinMorphism d (L : completeLatticeType d)
435
435
omorphSJ : set_join_morphism apply;
436
436
}.
437
437
438
- #[infer(L,L')]
439
438
HB.structure Definition MeetCompleteLatticeMorphism
440
439
d (L : completeLatticeType d) d' (L' : completeLatticeType d') :=
441
440
{f of isSetMeetMorphism d L d' L' f & @Order.MeetLatticeMorphism d L d' L' f
442
441
& @Order.TLatticeMorphism d L d' L' f}.
443
442
444
- #[infer(L,L')]
445
443
HB.structure Definition JoinCompleteLatticeMorphism
446
444
d (L : completeLatticeType d) d' (L' : completeLatticeType d') :=
447
445
{f of isSetJoinMorphism d L d' L' f & @Order.JoinLatticeMorphism d L d' L' f
448
446
& @Order.BLatticeMorphism d L d' L' f}.
449
447
450
- #[infer(L,L')]
451
448
HB.structure Definition CompleteLatticeMorphism
452
449
d (L : completeLatticeType d) d' (L' : completeLatticeType d') :=
453
450
{f of @MeetCompleteLatticeMorphism d L d' L' f
@@ -502,11 +499,11 @@ HB.instance Definition _ := isJoinCompleteLatticeMorphism.Build d L d' L' f
502
499
HB.end .
503
500
504
501
Notation "{ 'mclmorphism' T -> T' }" :=
505
- (MeetCompleteLatticeMorphism.type _ T%type _ T'%type) : type_scope.
502
+ (@ MeetCompleteLatticeMorphism.type _ T%type _ T'%type) : type_scope.
506
503
Notation "{ 'jclmorphism' T -> T' }" :=
507
- (JoinCompleteLatticeMorphism.type _ T%type _ T'%type) : type_scope.
504
+ (@ JoinCompleteLatticeMorphism.type _ T%type _ T'%type) : type_scope.
508
505
Notation "{ 'clmorphism' T -> T' }" :=
509
- (CompleteLatticeMorphism.type _ T%type _ T'%type) : type_scope.
506
+ (@ CompleteLatticeMorphism.type _ T%type _ T'%type) : type_scope.
510
507
Notation "[ 'mclmorphism' 'of' f 'as ' g ]" :=
511
508
(MeetCompleteLatticeMorphism.clone _ _ _ _ f%function g)
512
509
(at level 0, format "[ 'mclmorphism' 'of' f 'as ' g ]") : form_scope.
@@ -593,15 +590,15 @@ HB.mixin Record isSetJoinClosed d (T : completeLatticeType d)
593
590
594
591
(* Structures for stability properties *)
595
592
596
- #[infer(T), short(type="meetCompleteLatticeClosed")]
593
+ #[short(type="meetCompleteLatticeClosed")]
597
594
HB.structure Definition MeetCompleteLatticeClosed d T :=
598
595
{S of isSetMeetClosed d T S & @Order.TMeetLatticeClosed d T S}.
599
596
600
- #[infer(T), short(type="joinCompleteLatticeClosed")]
597
+ #[short(type="joinCompleteLatticeClosed")]
601
598
HB.structure Definition JoinCompleteLatticeClosed d T :=
602
599
{S of isSetJoinClosed d T S & @Order.BJoinLatticeClosed d T S}.
603
600
604
- #[infer(T), short(type="completeLatticeClosed")]
601
+ #[short(type="completeLatticeClosed")]
605
602
HB.structure Definition CompleteLatticeClosed d T :=
606
603
{S of @MeetCompleteLatticeClosed d T S & @JoinCompleteLatticeClosed d T S}.
607
604
0 commit comments