We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd280d8 commit f3f3a8aCopy full SHA for f3f3a8a
src/fstar/FStarC.CheckedFiles.fst
@@ -34,7 +34,7 @@ let dbg = Debug.get_toggle "CheckedFiles"
34
* detect when loading the cache that the version number is same
35
* It needs to be kept in sync with Prims.fst
36
*)
37
-let cache_version_number = 74
+let cache_version_number = 75
38
39
(*
40
* Abbreviation for what we store in the checked files (stages as described below)
ulib/Prims.fst
@@ -731,4 +731,4 @@ val string_of_int: int -> Tot string
731
(** THIS IS MEANT TO BE KEPT IN SYNC WITH FStar.CheckedFiles.fs
732
Incrementing this forces all .checked files to be invalidated *)
733
irreducible
734
-let __cache_version_number__ = 74
+let __cache_version_number__ = 75
0 commit comments