Skip to content

Commit

Permalink
Merge pull request #3367 from FStarLang/mtzguido-patch-1
Browse files Browse the repository at this point in the history
Math.Lemmas: remove needless include in fsti
  • Loading branch information
mtzguido authored Jul 21, 2024
2 parents fa18fde + 5e59dc3 commit e5cef6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ulib/FStar.Math.Lemmas.fsti
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
module FStar.Math.Lemmas

open FStar.Mul
open FStar.Math.Lib

(* Lemma: definition of Euclidean division *)
val euclidean_div_axiom: a:int -> b:pos -> Lemma
Expand Down

0 comments on commit e5cef6f

Please sign in to comment.