mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-03 09:12:03 +03:00
9c9ffe4a31
* [ fix ] .ipkg install dir * [ test ] .ipkg install dir * [ doc ] update CHECKLIST * [ doc ] add explanation to pkg016 test * [ cleanup ] no need to clutter CHECKLIST
6 lines
44 B
Idris
6 lines
44 B
Idris
module Foo
|
|
|
|
export
|
|
foo : String
|
|
foo = "foo"
|