Skip to content

Map Comprehension Heuristics #13

Open
@aferr

Description

@aferr

Dafny fails to determine that set s in this code segment is finite.

datatype OUTER = b(x:INNER)

lemma l()
{
    var s := set r : OUTER | true;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    difficulty: mediumIssues that should take a few days to a week to fixkind: enhancementEnhancements, feature requests, etc. These are NOT bugs, but ways we can improve Dafnypart: resolverResolution and typecheckingpriority: not yetWill reconsider working on this when we're looking for workstatus: designedIssues that have a complete story on how to implement this feature and why we want it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions