Idris2/tests/chez/chez033/Mod.idr
Edwin Brady c839c98c7d Add test for incremental compilation
Ideally we'd have a complete incremental build in CI, but that could be
a bit fiddly to set up at the moment (updating bootstrap code might make
it easier). This tests that the basic facilities work, though - there's
a lot can go wrong even in a small test like this, trust me, I have made
those mistakes :).
2021-07-11 00:05:00 +01:00

6 lines
46 B
Idris

module Mod
export
fn : Nat -> Nat
fn x = S x