Skip to content

Commit

Permalink
Add a test that rfstr can find a realDomainType in a tricky case
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Nov 24, 2022
1 parent c9c4e35 commit fa0ccff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/lra_examples.v
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ Proof.
lra.
Qed.

Lemma test_rfstr (x : rat) : (x <= 2%:R) || true = true.
Proof.
lra.
Qed.

End Tests.

(* Examples from the test suite of Coq *)
Expand Down

0 comments on commit fa0ccff

Please sign in to comment.