mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +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
|