idris-0.9.13: test/idrisdoc002/run
#!/usr/bin/env bash # Tests that documentation is generated for functions idris --mkdoc test_functions.ipkg [ -d test_functions_doc ] && echo "Functions are documented" rm -rf *.ibc *_doc
#!/usr/bin/env bash # Tests that documentation is generated for functions idris --mkdoc test_functions.ipkg [ -d test_functions_doc ] && echo "Functions are documented" rm -rf *.ibc *_doc