We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.9.0
type Unique<T(!new)> = t:T | true witness * trait IntOps<T(!new)> { predicate le(x:T,y:T) } datatype Int<T(!new),O(!new) extends IntOps<T>> = Int(t:T, o_:Unique<O>) { const o := o_ as IntOps<T> }
dafny run --general-traits:datatype --type-system-refresh
ailed to compile C# source code using ... error CS0030: Cannot convert type 'O' to '__O'
Mac
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dafny version
4.9.0
Code to produce this issue
Command to run and resulting output
What happened?
ailed to compile C# source code using ...
error CS0030: Cannot convert type 'O' to '__O'
What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: