> dafny verify dfyconfig.toml
DafnyStandardLibraries.dfy(4398,14): Error: type conversion to a char type is al
lowed only from numeric and bitvector types, char, and ORDINAL (got bv6)
|
4398 | (i - 4) as char
| ^^
What happened?
There should have been no errors from the standard library.
This error is preventing me from using newtypes in my application that requires the standard library.
What type of operating system are you experiencing the problem on?
Dafny version
latest-nightly
Code to produce this issue
Command to run and resulting output
What happened?
There should have been no errors from the standard library. This error is preventing me from using newtypes in my application that requires the standard library.
What type of operating system are you experiencing the problem on?
Windows