Skip to content

Commit

Permalink
Handle morphisms
Browse files Browse the repository at this point in the history
Following the method described in the paper
Kazuhiko Sakaguchi
Reflexive tactics for algebra, revisited
  • Loading branch information
proux01 committed May 11, 2022
1 parent 5381470 commit ec8e304
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 213 deletions.
4 changes: 2 additions & 2 deletions examples/lra_examples.v
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ Qed.

Goal ratr (1 / 2%:R) = 1 / 2%:R :> F.
Proof.
Fail lra. (* TODO should work *)
Abort.
lra.
Qed.

Goal 1 ^+ (2 + 2) = 1 :> F.
Proof.
Expand Down
Loading

0 comments on commit ec8e304

Please sign in to comment.