forked from omelkonian/agda-minimal-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested