mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
5 lines
43 B
Idris
5 lines
43 B
Idris
|
module Foo
|
||
|
|
||
|
hi : IO String
|
||
|
hi = pure "Hi!"
|