idris-0.9.13: test/idrisdoc003/run
#!/usr/bin/env bash # Tests that documentation is generated for data types idris --mkdoc test_datatypes.ipkg [ -d test_datatypes_doc ] && echo "Data types are documented" rm -rf *.ibc *_doc
#!/usr/bin/env bash # Tests that documentation is generated for data types idris --mkdoc test_datatypes.ipkg [ -d test_datatypes_doc ] && echo "Data types are documented" rm -rf *.ibc *_doc