mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +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
|