mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 10:02:03 +03:00
8 lines
91 B
Idris
8 lines
91 B
Idris
module As
|
|
|
|
import Test as Toast
|
|
|
|
Toast.Needle Int where
|
|
nardle x = x + x
|
|
noo x = x * x
|