Skip to content

[Lean] Disable spec-trait phase for Lean and remove pre/postcondition checks #1812

@abentkamp

Description

@abentkamp

We can inline pre/post conditions in the contracts of traits. Then we can disable the spec-trait phase in Lean and these checks are probably no longer needed:

item.ident.is_precondition() || item.ident.is_postcondition() ||

item.ident.is_precondition() || item.ident.is_postcondition() ||

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendIssue in one of the backends (i.e. F*, Coq, EC...)leanRelated to the Lean backend or library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions