mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-28 14:06:26 +03:00
8 lines
74 B
Idris
8 lines
74 B
Idris
module Test
|
|
|
|
import Mult
|
|
|
|
thing : Nat -> Nat
|
|
thing x = mult x (plus x x)
|
|
|