Skip to content

Automatically generated val sigelt does not elaborate #9

@gebner

Description

@gebner

From FStar.Buffer.fst:

val contains #a h (b: buffer a) : GTot Type0
let contains #a h (b:buffer a) : GTot Type0 = HS.contains h b.content

In the above, the type of the argument h is unconstrained in the val, so we get an error. (NB, this is a definition and not a lemma.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions