Idris2-boot/tests/idris2/error009/Exists.idr
Edwin Brady 51c406ff7d Deal with non-existent files more gracefully
So now you can start idris2 with a non-existent file and use :e to start
editing it
2019-07-07 13:10:14 +01:00

5 lines
39 B
Idris

import DoesntExist
foo : Int
foo = 94