Skip to content

Anomaly: variable n unbound. (using [transparent assert]) #126

Open
@RobertoZunino

Description

@RobertoZunino
Require Import HoTT.

Goal True.
Proof.
assert {m:nat & True} as n.
exists 0.
exact tt.

transparent assert (H: True).
destruct n.
(* Anomaly: variable n unbound. Please report. *)

Using assert instead works fine.

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