Idris2/tests/idris2/warning004/Lib1.idr

8 lines
80 B
Idris

module Lib1
infixr 5 %%%
export
(%%%) : Nat -> Nat -> Nat
m %%% n = minus m n