1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-27 13:43:28 +03:00
Idris2/tests/idris2/namespace005/MainFail.idr
Andre Videla 9797a79b53 [ 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-14 11:19:59 +01:00

8 lines
84 B
Idris

module Main
import Lib2
import Lib1
main : IO ()
main = printLn (10 %%% 10 %%% 1)