mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 02:41:43 +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)
|
|
|