You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice there are two Math.dfy files. One in src and one in src/dafny
I'm using a new VS code, Dafny add-in install on Windows. When I try to compile
src\Math.dfy (or src\Collections\Sequences\Seq.dfy) I get an error:
Dafny program verifier finished with 1 verified, 0 errors
Errors compiling program into library_example
(3009,40): error CS0234: The type or namespace name 'Abs' does not exist in the namespace 'Math' (are you missing an assembly reference?)
I can work around the error by renaming the module in src/Math.dfy to "Math2" and also changing the import in Seq.dfy.
The text was updated successfully, but these errors were encountered:
I notice there are two Math.dfy files. One in src and one in src/dafny
I'm using a new VS code, Dafny add-in install on Windows. When I try to compile
src\Math.dfy (or src\Collections\Sequences\Seq.dfy) I get an error:
I can work around the error by renaming the module in src/Math.dfy to "Math2" and also changing the import in Seq.dfy.
The text was updated successfully, but these errors were encountered: