Idris2/tests/idris2/pkg016/foo/Foo.idr
Stefan Höck 9c9ffe4a31
[ fix ] isue 2745 (#2747)
* [ fix ] .ipkg install dir

* [ test ] .ipkg install dir

* [ doc ] update CHECKLIST

* [ doc ] add explanation to pkg016 test

* [ cleanup ] no need to clutter CHECKLIST
2022-11-02 12:01:19 +00:00

6 lines
44 B
Idris

module Foo
export
foo : String
foo = "foo"