mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 10:41:59 +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
7 lines
45 B
Idris
7 lines
45 B
Idris
module Baz
|
|
|
|
export
|
|
baz : String
|
|
baz = "baz"
|
|
|