1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-25 12:42:02 +03:00
Idris2/tests/idris2/misc/import001/Test.idr
2023-09-07 14:57:22 +01:00

7 lines
73 B
Idris

module Test
import Mult
thing : Nat -> Nat
thing x = mult x (plus x x)