This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-19 01:01:59 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
cbb1c147a6
Idris2
/
tests
/
idris2
/
misc
/
namespace005
/
Lib2.idr
4 lines
33 B
Idris
Raw
Normal View
History
Unescape
Escape
[ new ] Allow fixities to be hidden with %hide * Change the printing of namespaced operator to show parenthesis around operators * Update warning when conflicting fixities are found * Do not warn about redundant but compatible fixities
2023-06-11 15:28:01 +03:00
module
Lib2
Emit warning for fixities with no export modifiers (#3234) * Emit warning for fixities with no export modifiers This is to help update all the existing code to program with explicit fixity export directives in preparation for the behavioral change where they will become private by default.
2024-04-03 17:41:57 +03:00
export
infixl
5
%%%
Reference in New Issue
Copy Permalink