Skip to content

Commit

Permalink
translated recursor is axiom-free
Browse files Browse the repository at this point in the history
  • Loading branch information
amahboubi committed Jul 30, 2024
1 parent 044c9e4 commit 2aa9842
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/artifact_paper_example.v
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ Proof. trocq. (* replaces N by nat in the goal *) exact nat_rect. Defined.
the proof of `N_Srec`. The `example` directory of the artifact provides more
examples, for weaker relations than equivalences, and beyond representation
independence. *)
Print N_Srec.
Set Printing Depth 20.
Print Assumptions N_Srec.

(* Indeed this computes *)
Eval compute in N_Srec (fun _ => N) (0%N) N.add 1~0~1~1~0~1%positive.

0 comments on commit 2aa9842

Please sign in to comment.