idris-0.12.3: test/regression002/Mod.idr
module Mod -- %access public export natfn : Nat -> Nat natfn n = (S (S n)) public export natexp : (n : Nat) -> Nat natexp k = S (natfn k)
module Mod -- %access public export natfn : Nat -> Nat natfn n = (S (S n)) public export natexp : (n : Nat) -> Nat natexp k = S (natfn k)