-
Notifications
You must be signed in to change notification settings - Fork 720
Open
Labels
kind: bugAn error, flaw, fault or unintended behaviour.An error, flaw, fault or unintended behaviour.kind: inconsistencyProof of False accepted by the kernel and/or checker.Proof of False accepted by the kernel and/or checker.part: fixpointsAbout Fixpoint, fix and mutual statementsAbout Fixpoint, fix and mutual statements
Description
Description of the problem
PR coming soon.
Small Rocq / Coq file to reproduce the bug
Definition oops : False :=
(fix rec (x : unit) : False :=
let f (b : False) := match b with end in
let g x := x in
f (rec ((ltac:(fix rec' 1; exact g) :> unit -> unit) x))) tt.Version of Rocq / Coq where this bug occurs
9.1
Interface of Rocq / Coq where this bug occurs
No response
Last version of Rocq / Coq where the bug did not occur
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: bugAn error, flaw, fault or unintended behaviour.An error, flaw, fault or unintended behaviour.kind: inconsistencyProof of False accepted by the kernel and/or checker.Proof of False accepted by the kernel and/or checker.part: fixpointsAbout Fixpoint, fix and mutual statementsAbout Fixpoint, fix and mutual statements