UniMath icon indicating copy to clipboard operation
UniMath copied to clipboard

associativity of implication

Open DanGrayson opened this issue 8 years ago • 2 comments

The associativity of implication, A ⇒ B, is wrong, since it differs from that of A -> B.

Reserved Notation "A ⇒ B" (at level 95, no associativity).
(* to input: type "\Rightarrow" or "\r=" or "\r" or "\Longrightarrow" or "\=>" with
             Agda input method *)

Notation "A ⇒ B" := (himpl A B) : logic.

DanGrayson avatar Mar 23 '17 18:03 DanGrayson

@DanGrayson Is this still relevant?

arnoudvanderleer avatar Aug 31 '24 10:08 arnoudvanderleer

I think it would be fine to change the associativity to align with that of function types.

benediktahrens avatar Nov 04 '24 11:11 benediktahrens