When compiling file with explicit existing directory name (app) I would expect it to succeed.
cabal run -- agda2rust ./test/Hello.agda -o app
Agda/Primitive.rs
test/Hello.rs
app/test/Hello.rs: withFile: does not exist (No such file or
directory)
Perhaps cabal run -- agda2rust ./test/Hello.agda -o app should generate output in app/Hello.rs not app/test/Hello.rs
When compiling file with explicit existing directory name (
app) I would expect it to succeed.Perhaps
cabal run -- agda2rust ./test/Hello.agda -o appshould generate output inapp/Hello.rsnotapp/test/Hello.rs