mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 00:31:57 +03:00
bc21299c51
(&&) traditionally has higher precedence than (||). Note that this commit requires to bootstrap again.
3 lines
53 B
Idris
3 lines
53 B
Idris
boolean : a && b || c = (a && b) || c
|
|
boolean = Refl
|