file_name
stringlengths
5
52
name
stringlengths
4
95
original_source_type
stringlengths
0
23k
source_type
stringlengths
9
23k
source_definition
stringlengths
9
57.9k
source
dict
source_range
dict
file_context
stringlengths
0
721k
dependencies
dict
opens_and_abbrevs
listlengths
2
94
vconfig
dict
interleaved
bool
1 class
verbose_type
stringlengths
1
7.42k
effect
stringclasses
118 values
effect_flags
listlengths
0
2
mutual_with
listlengths
0
11
ideal_premises
listlengths
0
236
proof_features
listlengths
0
1
is_simple_lemma
bool
2 classes
is_div
bool
2 classes
is_proof
bool
2 classes
is_simply_typed
bool
2 classes
is_type
bool
2 classes
partial_definition
stringlengths
5
3.99k
completed_definiton
stringlengths
1
1.63M
isa_cross_project_example
bool
1 class
ID5.fst
ID5.weaken
val weaken (#a #w: _) (p: Type0) (f: repr a w) : Pure (repr a (weaken_wp w p)) (requires p) (ensures (fun _ -> True))
val weaken (#a #w: _) (p: Type0) (f: repr a w) : Pure (repr a (weaken_wp w p)) (requires p) (ensures (fun _ -> True))
let weaken #a #w (p:Type0) (f : repr a w) : Pure (repr a (weaken_wp w p)) (requires p) (ensures (fun _ -> True)) = fun post _ -> f post ()
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 27, "end_line": 88, "start_col": 0, "start_line": 85 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Ghost", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Type0 -> f: ID5.repr a w -> Prims.Pure (ID5.repr a (ID5.weaken_wp w p))
Prims.Pure
[]
[]
[ "ID5.wp", "ID5.repr", "FStar.Ghost.erased", "Prims.squash", "ID5.weaken_wp", "FStar.Ghost.reveal", "Prims.l_True" ]
[]
false
false
false
false
false
let weaken #a #w (p: Type0) (f: repr a w) : Pure (repr a (weaken_wp w p)) (requires p) (ensures (fun _ -> True)) =
fun post _ -> f post ()
false
ID5.fst
ID5.i_tot
val i_tot (#a: _) (f: (unit -> I a)) : Tot a
val i_tot (#a: _) (f: (unit -> I a)) : Tot a
let i_tot #a (f : unit -> I a) : Tot a = reify (f ()) (fun _ -> True) ()
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 33, "end_line": 222, "start_col": 0, "start_line": 221 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
f: (_: Prims.unit -> ID5.I a) -> a
Prims.Tot
[ "total" ]
[]
[ "Prims.unit", "FStar.Ghost.hide", "Prims.l_True" ]
[]
false
false
false
false
false
let i_tot #a (f: (unit -> I a)) : Tot a =
reify (f ()) (fun _ -> True) ()
false
ID5.fst
ID5.strengthen_wp
val strengthen_wp (#a: Type) (w: wp a) (p: Type0) : wp a
val strengthen_wp (#a: Type) (w: wp a) (p: Type0) : wp a
let strengthen_wp (#a:Type) (w:wp a) (p:Type0) : wp a = elim_pure_wp_monotonicity_forall (); as_pure_wp (fun post -> p /\ w post)
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 38, "end_line": 75, "start_col": 0, "start_line": 73 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Ghost", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
w: ID5.wp a -> p: Type0 -> ID5.wp a
Prims.Tot
[ "total" ]
[]
[ "ID5.wp", "FStar.Monotonic.Pure.as_pure_wp", "Prims.pure_post", "Prims.l_and", "Prims.pure_pre", "Prims.unit", "FStar.Monotonic.Pure.elim_pure_wp_monotonicity_forall" ]
[]
false
false
false
true
false
let strengthen_wp (#a: Type) (w: wp a) (p: Type0) : wp a =
elim_pure_wp_monotonicity_forall (); as_pure_wp (fun post -> p /\ w post)
false
ID5.fst
ID5.map
val map (#a #b #pre: _) (f: (x: a -> Id b (requires (pre x)) (ensures (fun _ -> True)))) (l: list a) : Id (list b) (requires (forall x. memP x l ==> pre x)) (ensures (fun _ -> True))
val map (#a #b #pre: _) (f: (x: a -> Id b (requires (pre x)) (ensures (fun _ -> True)))) (l: list a) : Id (list b) (requires (forall x. memP x l ==> pre x)) (ensures (fun _ -> True))
let rec map #a #b #pre (f : (x:a -> Id b (requires (pre x)) (ensures (fun _ -> True)))) (l : list a) : Id (list b) (requires (forall x. memP x l ==> pre x)) (ensures (fun _ -> True)) = match l with | [] -> [] | x::xs -> f x :: map #_ #_ #pre f xs
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 157, "start_col": 0, "start_line": 149 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
f: (x: a -> ID5.Id b) -> l: Prims.list a -> ID5.Id (Prims.list b)
ID5.Id
[]
[]
[ "Prims.l_True", "Prims.list", "Prims.Nil", "Prims.Cons", "ID5.map", "Prims.l_Forall", "Prims.l_imp", "FStar.List.Tot.Base.memP" ]
[ "recursion" ]
false
true
false
false
false
let rec map #a #b #pre (f: (x: a -> Id b (requires (pre x)) (ensures (fun _ -> True)))) (l: list a) : Id (list b) (requires (forall x. memP x l ==> pre x)) (ensures (fun _ -> True)) =
match l with | [] -> [] | x :: xs -> f x :: map #_ #_ #pre f xs
false
ID5.fst
ID5.test_f
val test_f : unit -> ID int (as_pure_wp (fun p -> p 5 /\ p 3))
val test_f : unit -> ID int (as_pure_wp (fun p -> p 5 /\ p 3))
let test_f () = 3
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 17, "end_line": 143, "start_col": 0, "start_line": 143 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Ghost", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Prims.unit -> ID5.ID Prims.int
ID5.ID
[]
[]
[ "Prims.unit", "Prims.int" ]
[]
false
true
false
false
false
let test_f () =
3
false
ID5.fst
ID5.lift_pure_nd
val lift_pure_nd (a: Type) (wp: wp a) (f: (unit -> PURE a wp)) : Pure (repr a wp) (requires True) (ensures (fun _ -> True))
val lift_pure_nd (a: Type) (wp: wp a) (f: (unit -> PURE a wp)) : Pure (repr a wp) (requires True) (ensures (fun _ -> True))
let lift_pure_nd (a:Type) (wp:wp a) (f:unit -> PURE a wp) : Pure (repr a wp) (requires True) (ensures (fun _ -> True)) = fun p _ -> elim_pure f p
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 28, "end_line": 122, "start_col": 0, "start_line": 119 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Ghost", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Type -> wp: ID5.wp a -> f: (_: Prims.unit -> Prims.PURE a) -> Prims.Pure (ID5.repr a wp)
Prims.Pure
[]
[]
[ "ID5.wp", "Prims.unit", "FStar.Ghost.erased", "Prims.squash", "FStar.Ghost.reveal", "FStar.Monotonic.Pure.elim_pure", "ID5.repr", "Prims.l_True" ]
[]
false
false
false
false
false
let lift_pure_nd (a: Type) (wp: wp a) (f: (unit -> PURE a wp)) : Pure (repr a wp) (requires True) (ensures (fun _ -> True)) =
fun p _ -> elim_pure f p
false
ID5.fst
ID5.cut
val cut (#a #w: _) (p: Type0) (f: repr a w) : repr a (cut_wp w p)
val cut (#a #w: _) (p: Type0) (f: repr a w) : repr a (cut_wp w p)
let cut #a #w (p:Type0) (f : repr a w) : repr a (cut_wp w p) = strengthen p (fun _ -> weaken p f)
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 36, "end_line": 96, "start_col": 0, "start_line": 95 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full_module": "FStar.Ghost", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
p: Type0 -> f: ID5.repr a w -> ID5.repr a (ID5.cut_wp w p)
Prims.Tot
[ "total" ]
[]
[ "ID5.wp", "ID5.repr", "ID5.strengthen", "ID5.weaken_wp", "Prims.squash", "ID5.weaken", "ID5.cut_wp" ]
[]
false
false
false
false
false
let cut #a #w (p: Type0) (f: repr a w) : repr a (cut_wp w p) =
strengthen p (fun _ -> weaken p f)
false
ID5.fst
ID5.pow2
val pow2 (n: nat) : I int
val pow2 (n: nat) : I int
let rec pow2 (n:nat) : I int = if n = 0 then 1 else pow2 (n-1) + pow2 (n-1)
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 47, "end_line": 173, "start_col": 0, "start_line": 172 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
n: Prims.nat -> ID5.I Prims.int
ID5.I
[]
[]
[ "Prims.nat", "Prims.op_Equality", "Prims.int", "Prims.bool", "Prims.op_Addition", "ID5.pow2", "Prims.op_Subtraction" ]
[ "recursion" ]
false
true
false
false
false
let rec pow2 (n: nat) : I int =
if n = 0 then 1 else pow2 (n - 1) + pow2 (n - 1)
false
ID5.fst
ID5.count
val count (n: nat) : I int
val count (n: nat) : I int
let rec count (n:nat) : I int = if n = 0 then 0 else count (n-1)
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 170, "start_col": 0, "start_line": 169 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
n: Prims.nat -> ID5.I Prims.int
ID5.I
[]
[]
[ "Prims.nat", "Prims.op_Equality", "Prims.int", "Prims.bool", "ID5.count", "Prims.op_Subtraction" ]
[ "recursion" ]
false
true
false
false
false
let rec count (n: nat) : I int =
if n = 0 then 0 else count (n - 1)
false
Hacl.Impl.Curve25519.Field51.fst
Hacl.Impl.Curve25519.Field51.fsqr2
val fsqr2: C.(fsqr2_t M51 True)
val fsqr2: C.(fsqr2_t M51 True)
let fsqr2 out f _ = let f10 = f.(0ul) in let f11 = f.(1ul) in let f12 = f.(2ul) in let f13 = f.(3ul) in let f14 = f.(4ul) in let f20 = f.(5ul) in let f21 = f.(6ul) in let f22 = f.(7ul) in let f23 = f.(8ul) in let f24 = f.(9ul) in let ((o10,o11,o12,o13,o14),(o20,o21,o22,o23,o24)) = fsqr25 (f1...
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field51.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 18, "end_line": 303, "start_col": 0, "start_line": 278 }
module Hacl.Impl.Curve25519.Field51 open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer include Hacl.Spec.Curve25519.Field51 include Hacl.Spec.Curve25519.Field51.Definition module P = Spec.Curve25519 module S = Hacl.Spec.Curve25519.Field51.Definition mo...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.Loops.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Curve25519.Field51.Lemmas.fst.checke...
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Fields.Core", "short_module": "C" }, { "abbrev": true, "full_module": "Hacl.Spec.Curve25519.Field51.Lemmas", "short_module": "Lemmas" }, { "abbrev": true, "full_module": "Lib.ByteSequence", "short_module": "BSeq" },...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Hacl.Impl.Curve25519.Fields.Core.fsqr2_t Hacl.Impl.Curve25519.Fields.Core.M51 Prims.l_True
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Curve25519.Fields.Core.felem2", "Hacl.Impl.Curve25519.Fields.Core.M51", "Hacl.Impl.Curve25519.Fields.Core.felem_wide2", "Lib.IntTypes.uint64", "Lib.Buffer.op_Array_Assignment", "Hacl.Impl.Curve25519.Fields.Core.limb", "Lib.IntTypes.op_Plus_Dot", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "...
[]
false
false
false
true
false
let fsqr2 out f _ =
let f10 = f.(0ul) in let f11 = f.(1ul) in let f12 = f.(2ul) in let f13 = f.(3ul) in let f14 = f.(4ul) in let f20 = f.(5ul) in let f21 = f.(6ul) in let f22 = f.(7ul) in let f23 = f.(8ul) in let f24 = f.(9ul) in let (o10, o11, o12, o13, o14), (o20, o21, o22, o23, o24) = fsqr25 (f10, f11, f12, f13, f14) (f20, f21, f22, ...
false
ID5.fst
ID5.fibl
val fibl (i: nat) : I nat
val fibl (i: nat) : I nat
let rec fibl (i:nat) : I nat = if i = 0 || i = 1 then 1 else fibl (i-1)
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 17, "end_line": 178, "start_col": 0, "start_line": 175 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
i: Prims.nat -> ID5.I Prims.nat
ID5.I
[]
[]
[ "Prims.nat", "Prims.op_BarBar", "Prims.op_Equality", "Prims.int", "Prims.bool", "ID5.fibl", "Prims.op_Subtraction" ]
[ "recursion" ]
false
true
false
false
false
let rec fibl (i: nat) : I nat =
if i = 0 || i = 1 then 1 else fibl (i - 1)
false
ID5.fst
ID5.idiv
val idiv (a b: nat) : Id int (requires (a >= 0 /\ b > 0)) (ensures (fun r -> r >= 0)) (decreases a)
val idiv (a b: nat) : Id int (requires (a >= 0 /\ b > 0)) (ensures (fun r -> r >= 0)) (decreases a)
let rec idiv (a b : nat) : Id int (requires (a >= 0 /\ b > 0)) (ensures (fun r -> r >= 0)) (decreases a) = if a < b then 0 else 1 + idiv (a-b) b
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 23, "end_line": 208, "start_col": 0, "start_line": 202 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Prims.nat -> b: Prims.nat -> ID5.Id Prims.int
ID5.Id
[ "" ]
[]
[ "Prims.nat", "Prims.op_LessThan", "Prims.int", "Prims.bool", "Prims.op_Addition", "ID5.idiv", "Prims.op_Subtraction", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "Prims.op_GreaterThan" ]
[ "recursion" ]
false
true
false
false
false
let rec idiv (a b: nat) : Id int (requires (a >= 0 /\ b > 0)) (ensures (fun r -> r >= 0)) (decreases a) =
if a < b then 0 else 1 + idiv (a - b) b
false
ID5.fst
ID5.add1
val add1 (x: int) : Id int (requires (x > 0)) (ensures (fun r -> r == x + 1))
val add1 (x: int) : Id int (requires (x > 0)) (ensures (fun r -> r == x + 1))
let add1 (x:int) : Id int (requires (x > 0)) (ensures (fun r -> r == x+1)) = x + 1
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 82, "end_line": 216, "start_col": 0, "start_line": 216 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.int -> ID5.Id Prims.int
ID5.Id
[]
[]
[ "Prims.int", "Prims.op_Addition", "Prims.b2t", "Prims.op_GreaterThan", "Prims.eq2" ]
[]
false
true
false
false
false
let add1 (x: int) : Id int (requires (x > 0)) (ensures (fun r -> r == x + 1)) =
x + 1
false
ID5.fst
ID5.fmap
val fmap (x: nat) : Id nat (requires (even x)) (ensures (fun r -> r <= x))
val fmap (x: nat) : Id nat (requires (even x)) (ensures (fun r -> r <= x))
let fmap (x:nat) : Id nat (requires (even x)) (ensures (fun r -> r <= x)) = x/2
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 79, "end_line": 163, "start_col": 0, "start_line": 163 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.nat -> ID5.Id Prims.nat
ID5.Id
[]
[]
[ "Prims.nat", "Prims.op_Division", "ID5.even", "Prims.b2t", "Prims.op_LessThanOrEqual" ]
[]
false
true
false
false
false
let fmap (x: nat) : Id nat (requires (even x)) (ensures (fun r -> r <= x)) =
x / 2
false
ID5.fst
ID5.fib
val fib (i: nat) : I nat
val fib (i: nat) : I nat
let rec fib (i:nat) : I nat = if i < 2 then 1 else let x = fib (i-1) in let y = fib (i-2) in x+y
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 10, "end_line": 192, "start_col": 0, "start_line": 187 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
i: Prims.nat -> ID5.I Prims.nat
ID5.I
[]
[]
[ "Prims.nat", "Prims.op_LessThan", "Prims.bool", "Prims.op_Addition", "ID5.fib", "Prims.op_Subtraction" ]
[ "recursion" ]
false
true
false
false
false
let rec fib (i: nat) : I nat =
if i < 2 then 1 else let x = fib (i - 1) in let y = fib (i - 2) in x + y
false
ID5.fst
ID5.fibr
val fibr (i: nat) : I nat
val fibr (i: nat) : I nat
let rec fibr (i:nat) : I nat = if i = 0 || i = 1 then 1 else fibr (i-2)
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 17, "end_line": 183, "start_col": 0, "start_line": 180 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
i: Prims.nat -> ID5.I Prims.nat
ID5.I
[]
[]
[ "Prims.nat", "Prims.op_BarBar", "Prims.op_Equality", "Prims.int", "Prims.bool", "ID5.fibr", "Prims.op_Subtraction" ]
[ "recursion" ]
false
true
false
false
false
let rec fibr (i: nat) : I nat =
if i = 0 || i = 1 then 1 else fibr (i - 2)
false
Hacl.SHA2.Vec128.fst
Hacl.SHA2.Vec128.sha256_update_last4
val sha256_update_last4 : Hacl.Impl.SHA2.Generic.update_last_vec_t' Spec.Hash.Definitions.SHA2_256 Hacl.Spec.SHA2.Vec.M128
let sha256_update_last4 = update_last #SHA2_256 #M128 sha256_update4
{ "file_name": "code/sha2-mb/Hacl.SHA2.Vec128.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 87, "end_line": 62, "start_col": 19, "start_line": 62 }
module Hacl.SHA2.Vec128 open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.NTuple open Lib.Buffer open Lib.MultiBuffer open Spec.Hash.Definitions open Hacl.Spec.SHA2.Vec open Hacl.Impl.SHA2.Generic module ST = FStar.HyperStack.ST module Spec = Spec.Agile.Hash module SpecVec = ...
{ "checked_file": "/", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "Spec.Agile.Hash.fsti.checked", "prims.fst.checked", "Lib.NTuple.fsti.checked", "Lib.MultiBuffer.fst.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.SHA2.Vec.fst.checked", "...
[ { "abbrev": true, "full_module": "Hacl.Spec.SHA2.Vec", "short_module": "SpecVec" }, { "abbrev": true, "full_module": "Spec.Agile.Hash", "short_module": "Spec" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Hacl.Impl.SHA2.Generic.update_last_vec_t' Spec.Hash.Definitions.SHA2_256 Hacl.Spec.SHA2.Vec.M128
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.SHA2.Generic.update_last", "Spec.Hash.Definitions.SHA2_256", "Hacl.Spec.SHA2.Vec.M128", "Hacl.SHA2.Vec128.sha256_update4" ]
[]
false
false
false
true
false
let sha256_update_last4 =
update_last #SHA2_256 #M128 sha256_update4
false
ID5.fst
ID5.test_assert
val test_assert: Prims.unit -> ID unit (as_pure_wp (fun p -> p ()))
val test_assert: Prims.unit -> ID unit (as_pure_wp (fun p -> p ()))
let test_assert () : ID unit (as_pure_wp (fun p -> p ())) = (); iassume False; (); iassert False; ()
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 4, "end_line": 200, "start_col": 0, "start_line": 195 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Prims.unit -> ID5.ID Prims.unit
ID5.ID
[]
[]
[ "Prims.unit", "ID5.iassert", "Prims.l_False", "ID5.iassume", "FStar.Monotonic.Pure.as_pure_wp", "Prims.pure_post", "Prims.pure_pre" ]
[]
false
true
false
false
false
let test_assert () : ID unit (as_pure_wp (fun p -> p ())) =
(); iassume False; (); iassert False; ()
false
ID5.fst
ID5.ack
val ack (m n: nat) : I nat
val ack (m n: nat) : I nat
let rec ack (m n : nat) : I nat = match m, n with | 0, n -> n+1 | m, 0 -> ack (m-1) 1 | m, n -> ack (m-1) (ack m (n-1))
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 214, "start_col": 0, "start_line": 210 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
m: Prims.nat -> n: Prims.nat -> ID5.I Prims.nat
ID5.I
[]
[]
[ "Prims.nat", "FStar.Pervasives.Native.Mktuple2", "Prims.int", "Prims.op_Addition", "ID5.ack", "Prims.op_Subtraction", "Prims.l_or", "Prims.precedes", "Prims.l_and", "Prims.op_Equals_Equals_Equals" ]
[ "recursion" ]
false
true
false
false
false
let rec ack (m n: nat) : I nat =
match m, n with | 0, n -> n + 1 | m, 0 -> ack (m - 1) 1 | m, n -> ack (m - 1) (ack m (n - 1))
false
ID5.fst
ID5.callmap
val callmap: Prims.unit -> Id (list nat) True (fun _ -> True)
val callmap: Prims.unit -> Id (list nat) True (fun _ -> True)
let callmap () : Id (list nat) True (fun _ -> True) = let lmap : list nat = [2;4;6;8] in map #_ #_ #even fmap lmap
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 26, "end_line": 167, "start_col": 0, "start_line": 165 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: Prims.unit -> ID5.Id (Prims.list Prims.nat)
ID5.Id
[]
[]
[ "Prims.unit", "ID5.map", "Prims.nat", "ID5.even", "ID5.fmap", "Prims.list", "Prims.Cons", "Prims.Nil", "Prims.l_True" ]
[]
false
true
false
false
false
let callmap () : Id (list nat) True (fun _ -> True) =
let lmap:list nat = [2; 4; 6; 8] in map #_ #_ #even fmap lmap
false
ID5.fst
ID5.sum
val sum (l: list int) : I int
val sum (l: list int) : I int
let rec sum (l : list int) : I int = match l with | [] -> 0 | x::xs -> sum xs
{ "file_name": "examples/layeredeffects/ID5.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 20, "end_line": 227, "start_col": 0, "start_line": 224 }
module ID5 open FStar.Ghost // The base type of WPs val wp0 (a : Type u#a) : Type u#(max 1 a) let wp0 a = (a -> Type0) -> Type0 val wp (a : Type u#a) : Type u#(max 1 a) let wp a = pure_wp a let repr (a : Type u#aa) (w : wp a) : Type u#(max 1 aa) = // Hmmm, the explicit post bumps the universe level p:erased (a ...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Tactics.V2.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Pure.fst.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ], "interface_file": fals...
[ { "abbrev": false, "full_module": "FStar.List.Tot", "short_module": null }, { "abbrev": false, "full_module": "FStar.Tactics.V2", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Pure", "short_module": null }, { "abbrev": false, "full...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
l: Prims.list Prims.int -> ID5.I Prims.int
ID5.I
[]
[]
[ "Prims.list", "Prims.int", "ID5.sum" ]
[ "recursion" ]
false
true
false
false
false
let rec sum (l: list int) : I int =
match l with | [] -> 0 | x :: xs -> sum xs
false
Hacl.Impl.SecretBox.fst
Hacl.Impl.SecretBox.secretbox_open_detached
val secretbox_open_detached: mlen:size_t -> m:lbuffer uint8 mlen -> k:lbuffer uint8 32ul -> n:lbuffer uint8 24ul -> c:lbuffer uint8 mlen -> tag:lbuffer uint8 16ul -> Stack size_t (requires fun h -> live h c /\ live h m /\ live h k /\ live h n /\ live h tag /\ disjoint tag c /\ disjoint tag m /...
val secretbox_open_detached: mlen:size_t -> m:lbuffer uint8 mlen -> k:lbuffer uint8 32ul -> n:lbuffer uint8 24ul -> c:lbuffer uint8 mlen -> tag:lbuffer uint8 16ul -> Stack size_t (requires fun h -> live h c /\ live h m /\ live h k /\ live h n /\ live h tag /\ disjoint tag c /\ disjoint tag m /...
let secretbox_open_detached mlen m k n c tag = push_frame(); let xkeys = create 96ul (u8 0) in secretbox_init xkeys k n; let mkey = sub xkeys 32ul 32ul in let tag' = create 16ul (u8 0) in Hacl.Streaming.Poly1305_32.mac tag' c mlen mkey; let res = if lbytes_eq tag tag' then ( secretbox_open_det...
{ "file_name": "code/nacl-box/Hacl.Impl.SecretBox.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 5, "end_line": 225, "start_col": 0, "start_line": 209 }
module Hacl.Impl.SecretBox open FStar.HyperStack.All open FStar.HyperStack open FStar.Mul open Lib.IntTypes open Lib.Buffer open Lib.ByteBuffer open Hacl.Salsa20 open Hacl.Poly1305_32 module ST = FStar.HyperStack.ST module Spec = Spec.SecretBox module LSeq = Lib.Sequence #set-options "--z3rlimit 50 --max_fuel 0 -...
{ "checked_file": "/", "dependencies": [ "Spec.SecretBox.fst.checked", "Spec.Salsa20.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteBuffer.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Streaming.Poly1305_32.fsti.checked", "...
[ { "abbrev": true, "full_module": "Lib.Sequence", "short_module": "LSeq" }, { "abbrev": true, "full_module": "Spec.SecretBox", "short_module": "Spec" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, "full_mod...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
mlen: Lib.IntTypes.size_t -> m: Lib.Buffer.lbuffer Lib.IntTypes.uint8 mlen -> k: Lib.Buffer.lbuffer Lib.IntTypes.uint8 32ul -> n: Lib.Buffer.lbuffer Lib.IntTypes.uint8 24ul -> c: Lib.Buffer.lbuffer Lib.IntTypes.uint8 mlen -> tag: Lib.Buffer.lbuffer Lib.IntTypes.uint8 16ul -> FStar.HyperStack....
FStar.HyperStack.ST.Stack
[]
[]
[ "Lib.IntTypes.size_t", "Lib.Buffer.lbuffer", "Lib.IntTypes.uint8", "FStar.UInt32.__uint_to_t", "Prims.unit", "FStar.HyperStack.ST.pop_frame", "Lib.IntTypes.int_t", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Hacl.Impl.SecretBox.secretbox_open_detached_plain", "Prims.bool", "Lib.ByteBuffer.lbytes_...
[]
false
true
false
false
false
let secretbox_open_detached mlen m k n c tag =
push_frame (); let xkeys = create 96ul (u8 0) in secretbox_init xkeys k n; let mkey = sub xkeys 32ul 32ul in let tag' = create 16ul (u8 0) in Hacl.Streaming.Poly1305_32.mac tag' c mlen mkey; let res = if lbytes_eq tag tag' then (secretbox_open_detached_plain mlen m xkeys n c; 0ul) else 0xfffffffful in p...
false
FStar.Integers.fst
FStar.Integers.norm
val norm : x: a -> a
let norm (#a:Type) (x:a) = norm [iota; delta_attr [`%mark_for_norm]] x
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 70, "end_line": 24, "start_col": 0, "start_line": 24 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: a -> a
Prims.Tot
[ "total" ]
[]
[ "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.iota", "FStar.Pervasives.delta_attr", "Prims.string", "Prims.Nil" ]
[]
false
false
false
true
false
let norm (#a: Type) (x: a) =
norm [iota; delta_attr [`%mark_for_norm]] x
false
FStar.Integers.fst
FStar.Integers.within_bounds
val within_bounds : sw: FStar.Integers.signed_width -> x: Prims.int -> Type0
let within_bounds sw x = norm (within_bounds' sw x)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 51, "end_line": 86, "start_col": 0, "start_line": 86 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
sw: FStar.Integers.signed_width -> x: Prims.int -> Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "Prims.int", "FStar.Integers.norm", "FStar.Integers.within_bounds'" ]
[]
false
false
false
true
true
let within_bounds sw x =
norm (within_bounds' sw x)
false
FStar.Integers.fst
FStar.Integers.nat_of_width
val nat_of_width : _: FStar.Integers.width -> FStar.Pervasives.Native.option Prims.int
let nat_of_width = function | W8 -> Some 8 | W16 -> Some 16 | W32 -> Some 32 | W64 -> Some 64 | W128 -> Some 128 | Winfinite -> None
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 21, "end_line": 41, "start_col": 0, "start_line": 35 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: FStar.Integers.width -> FStar.Pervasives.Native.option Prims.int
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.width", "FStar.Pervasives.Native.Some", "Prims.int", "FStar.Pervasives.Native.None", "FStar.Pervasives.Native.option" ]
[]
false
false
false
true
false
let nat_of_width =
function | W8 -> Some 8 | W16 -> Some 16 | W32 -> Some 32 | W64 -> Some 64 | W128 -> Some 128 | Winfinite -> None
false
FStar.Integers.fst
FStar.Integers.cast_ok
val cast_ok : to: FStar.Integers.signed_width -> x: FStar.Integers.int_t from -> Type0
let cast_ok #from to (x:int_t from) = within_bounds to (v x)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 60, "end_line": 143, "start_col": 0, "start_line": 143 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
to: FStar.Integers.signed_width -> x: FStar.Integers.int_t from -> Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "FStar.Integers.int_t", "FStar.Integers.within_bounds", "FStar.Integers.v" ]
[]
false
false
false
false
true
let cast_ok #from to (x: int_t from) =
within_bounds to (v x)
false
FStar.Integers.fst
FStar.Integers.nat_of_fixed_width
val nat_of_fixed_width : w: FStar.Integers.fixed_width -> Prims.int
let nat_of_fixed_width (w:fixed_width) = match nat_of_width w with | Some v -> v
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 15, "end_line": 48, "start_col": 0, "start_line": 46 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
w: FStar.Integers.fixed_width -> Prims.int
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.fixed_width", "FStar.Integers.nat_of_width", "Prims.int" ]
[]
false
false
false
true
false
let nat_of_fixed_width (w: fixed_width) =
match nat_of_width w with | Some v -> v
false
FStar.Integers.fst
FStar.Integers.fixed_width
val fixed_width : Type0
let fixed_width = w:width{w <> Winfinite}
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 43, "start_col": 0, "start_line": 43 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.width", "Prims.b2t", "Prims.op_disEquality", "FStar.Integers.Winfinite" ]
[]
false
false
false
true
true
let fixed_width =
w: width{w <> Winfinite}
false
FStar.Integers.fst
FStar.Integers.width_of_sw
val width_of_sw : _: FStar.Integers.signed_width -> FStar.Integers.width
let width_of_sw = function | Signed w -> w | Unsigned w -> w
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 19, "end_line": 57, "start_col": 0, "start_line": 55 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
_: FStar.Integers.signed_width -> FStar.Integers.width
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "FStar.Integers.width", "FStar.Integers.fixed_width" ]
[]
false
false
false
true
false
let width_of_sw =
function | Signed w -> w | Unsigned w -> w
false
FStar.Integers.fst
FStar.Integers.within_bounds'
val within_bounds' : sw: FStar.Integers.signed_width -> x: Prims.int -> Type0
let within_bounds' sw (x:int) = match sw, nat_of_width (width_of_sw sw) with | Signed _, None -> True | Signed _, Some n -> FStar.Int.size x n | Unsigned _, Some n -> FStar.UInt.size x n
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 45, "end_line": 83, "start_col": 0, "start_line": 79 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
sw: FStar.Integers.signed_width -> x: Prims.int -> Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "Prims.int", "FStar.Pervasives.Native.Mktuple2", "FStar.Pervasives.Native.option", "FStar.Integers.nat_of_width", "FStar.Integers.width_of_sw", "FStar.Integers.width", "Prims.l_True", "FStar.Int.size", "FStar.Integers.fixed_width", "FStar.UInt.size" ]
[]
false
false
false
true
true
let within_bounds' sw (x: int) =
match sw, nat_of_width (width_of_sw sw) with | Signed _, None -> True | Signed _, Some n -> FStar.Int.size x n | Unsigned _, Some n -> FStar.UInt.size x n
false
FStar.Integers.fst
FStar.Integers.v
val v (#sw: _) (x: int_t sw) : Tot (y: int_t (Signed Winfinite) {within_bounds sw y})
val v (#sw: _) (x: int_t sw) : Tot (y: int_t (Signed Winfinite) {within_bounds sw y})
let v #sw (x:int_t sw) : Tot (y:int_t (Signed Winfinite){within_bounds sw y}) = match sw with | Unsigned w -> (match w with | W8 -> FStar.UInt8.v x | W16 -> FStar.UInt16.v x | W32 -> FStar.UInt32.v x | W64 -> FStar.UInt64.v x | W128 -> FStar.UInt128.v x) | Signed w -...
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 34, "end_line": 108, "start_col": 0, "start_line": 91 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.int_t sw -> y: FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite) {FStar.Integers.within_bounds sw y}
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "FStar.Integers.int_t", "FStar.Integers.fixed_width", "FStar.UInt8.v", "FStar.UInt16.v", "FStar.UInt32.v", "FStar.UInt64.v", "FStar.UInt128.v", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.within_bounds", "FStar.Integers.width", "FStar.I...
[]
false
false
false
false
false
let v #sw (x: int_t sw) : Tot (y: int_t (Signed Winfinite) {within_bounds sw y}) =
match sw with | Unsigned w -> (match w with | W8 -> FStar.UInt8.v x | W16 -> FStar.UInt16.v x | W32 -> FStar.UInt32.v x | W64 -> FStar.UInt64.v x | W128 -> FStar.UInt128.v x) | Signed w -> (match w with | Winfinite -> x | W8 -> FStar.Int8.v x | W16 -> FStar.Int16.v x | W32 -> FSt...
false
Hacl.SHA2.Vec128.fst
Hacl.SHA2.Vec128.sha224_4
val sha224_4 (dst0 dst1 dst2 dst3: lbuffer uint8 28ul) (input_len:size_t) (input0 input1 input2 input3: lbuffer uint8 input_len) : Stack unit (requires fun h0 -> v input_len `less_than_max_input_length` SHA2_224 /\ live4 h0 input0 input1 input2 input3 /\ live4 h0 dst0 dst1 dst2 dst3 /\ internally_disjoi...
val sha224_4 (dst0 dst1 dst2 dst3: lbuffer uint8 28ul) (input_len:size_t) (input0 input1 input2 input3: lbuffer uint8 input_len) : Stack unit (requires fun h0 -> v input_len `less_than_max_input_length` SHA2_224 /\ live4 h0 input0 input1 input2 input3 /\ live4 h0 dst0 dst1 dst2 dst3 /\ internally_disjoi...
let sha224_4 dst0 dst1 dst2 dst3 input_len input0 input1 input2 input3 = let ib = ntup4 (input0,(input1,(input2,input3))) in let rb = ntup4 (dst0,(dst1,(dst2,dst3))) in let h0 = ST.get() in assert (live_multi h0 ib); assert (live_multi h0 rb); assert (internally_disjoint rb); loc_multi4 rb; hash #SHA2_2...
{ "file_name": "code/sha2-mb/Hacl.SHA2.Vec128.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 55, "end_line": 56, "start_col": 0, "start_line": 42 }
module Hacl.SHA2.Vec128 open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.NTuple open Lib.Buffer open Lib.MultiBuffer open Spec.Hash.Definitions open Hacl.Spec.SHA2.Vec open Hacl.Impl.SHA2.Generic module ST = FStar.HyperStack.ST module Spec = Spec.Agile.Hash module SpecVec = ...
{ "checked_file": "/", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "Spec.Agile.Hash.fsti.checked", "prims.fst.checked", "Lib.NTuple.fsti.checked", "Lib.MultiBuffer.fst.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.SHA2.Vec.fst.checked", "...
[ { "abbrev": true, "full_module": "Hacl.Spec.SHA2.Vec", "short_module": "SpecVec" }, { "abbrev": true, "full_module": "Spec.Agile.Hash", "short_module": "Spec" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
dst0: Lib.Buffer.lbuffer Lib.IntTypes.uint8 28ul -> dst1: Lib.Buffer.lbuffer Lib.IntTypes.uint8 28ul -> dst2: Lib.Buffer.lbuffer Lib.IntTypes.uint8 28ul -> dst3: Lib.Buffer.lbuffer Lib.IntTypes.uint8 28ul -> input_len: Lib.IntTypes.size_t -> input0: Lib.Buffer.lbuffer Lib.IntTypes.uint8 input_l...
FStar.HyperStack.ST.Stack
[]
[]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint8", "FStar.UInt32.__uint_to_t", "Lib.IntTypes.size_t", "Prims._assert", "Prims.eq2", "FStar.Seq.Base.seq", "Prims.l_or", "Prims.nat", "FStar.Seq.Base.length", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Hacl.Hash.Definitions.hash_len",...
[]
false
true
false
false
false
let sha224_4 dst0 dst1 dst2 dst3 input_len input0 input1 input2 input3 =
let ib = ntup4 (input0, (input1, (input2, input3))) in let rb = ntup4 (dst0, (dst1, (dst2, dst3))) in let h0 = ST.get () in assert (live_multi h0 ib); assert (live_multi h0 rb); assert (internally_disjoint rb); loc_multi4 rb; hash #SHA2_224 #M128 sha224_init4 sha224_update_nblocks4 sha224_update_last4 sha224_...
false
FStar.Integers.fst
FStar.Integers.cast
val cast (#sw #sw': _) (from: int_t sw {within_bounds sw' (v from)}) : Tot (to: int_t sw' {norm (v from == v to)})
val cast (#sw #sw': _) (from: int_t sw {within_bounds sw' (v from)}) : Tot (to: int_t sw' {norm (v from == v to)})
let cast #sw #sw' (from:int_t sw{within_bounds sw' (v from)}) : Tot (to:int_t sw'{norm (v from == v to)}) = u (v from)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 15, "end_line": 138, "start_col": 0, "start_line": 135 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
from: FStar.Integers.int_t sw {FStar.Integers.within_bounds sw' (FStar.Integers.v from)} -> to: FStar.Integers.int_t sw' {FStar.Integers.norm (FStar.Integers.v from == FStar.Integers.v to)}
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "FStar.Integers.int_t", "FStar.Integers.within_bounds", "FStar.Integers.v", "FStar.Integers.u", "FStar.Integers.norm", "Prims.eq2", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "Prims.l_or" ]
[]
false
false
false
false
false
let cast #sw #sw' (from: int_t sw {within_bounds sw' (v from)}) : Tot (to: int_t sw' {norm (v from == v to)}) =
u (v from)
false
FStar.Integers.fst
FStar.Integers.modulo
val modulo : sw: FStar.Integers.signed_width -> x: Prims.int -> y: Prims.pos{Signed? sw ==> y % 2 = 0} -> Prims.int
let modulo sw (x:int) (y:pos{Signed? sw ==> y%2=0}) = match sw with | Unsigned _ -> x % y | _ -> FStar.Int.(x @% y)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 27, "end_line": 184, "start_col": 0, "start_line": 181 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
sw: FStar.Integers.signed_width -> x: Prims.int -> y: Prims.pos{Signed? sw ==> y % 2 = 0} -> Prims.int
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "Prims.int", "Prims.pos", "Prims.l_imp", "Prims.b2t", "FStar.Integers.uu___is_Signed", "Prims.op_Equality", "Prims.op_Modulus", "FStar.Integers.fixed_width", "FStar.Int.op_At_Percent" ]
[]
false
false
false
false
false
let modulo sw (x: int) (y: pos{Signed? sw ==> y % 2 = 0}) =
match sw with | Unsigned _ -> x % y | _ -> let open FStar.Int in x @% y
false
FStar.Integers.fst
FStar.Integers.op_Subtraction_Question
val ( -? ) (#sw: _{Unsigned? sw}) (x y: int_t sw) : Tot (int_t sw)
val ( -? ) (#sw: _{Unsigned? sw}) (x y: int_t sw) : Tot (int_t sw)
let op_Subtraction_Question (#sw:_{Unsigned? sw}) (x:int_t sw) (y:int_t sw) : Tot (int_t sw) = let Unsigned w = sw in match w with | W8 -> FStar.UInt8.(x -?^ y) | W16 -> FStar.UInt16.(x -?^ y) | W32 -> FStar.UInt32.(x -?^ y) | W64 -> FStar.UInt64.(x -?^ y) | W128 -> F...
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 37, "end_line": 235, "start_col": 0, "start_line": 224 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.int_t sw -> y: FStar.Integers.int_t sw -> FStar.Integers.int_t sw
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "Prims.b2t", "FStar.Integers.uu___is_Unsigned", "FStar.Integers.int_t", "FStar.Integers.fixed_width", "FStar.UInt8.op_Subtraction_Question_Hat", "FStar.UInt16.op_Subtraction_Question_Hat", "FStar.UInt32.op_Subtraction_Question_Hat", "FStar.UInt64.op_Subtraction_Questio...
[]
false
false
false
false
false
let ( -? ) (#sw: _{Unsigned? sw}) (x y: int_t sw) : Tot (int_t sw) =
let Unsigned w = sw in match w with | W8 -> let open FStar.UInt8 in x -?^ y | W16 -> let open FStar.UInt16 in x -?^ y | W32 -> let open FStar.UInt32 in x -?^ y | W64 -> let open FStar.UInt64 in x -?^ y | W128 -> let open FStar.UInt128 in x -?^ y
false
FStar.Integers.fst
FStar.Integers.u
val u (#sw: _) (x: int_t (Signed Winfinite) {within_bounds sw x}) : Tot (y: int_t sw {norm (v x == v y)})
val u (#sw: _) (x: int_t (Signed Winfinite) {within_bounds sw x}) : Tot (y: int_t sw {norm (v x == v y)})
let u #sw (x:int_t (Signed Winfinite){within_bounds sw x}) : Tot (y:int_t sw{norm (v x == v y)}) = match sw with | Unsigned w -> (match w with | W8 -> FStar.UInt8.uint_to_t x | W16 -> FStar.UInt16.uint_to_t x | W32 -> FStar.UInt32.uint_to_t x | W64 -> FStar.UInt64.ui...
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 131, "start_col": 0, "start_line": 113 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite) {FStar.Integers.within_bounds sw x} -> y: FStar.Integers.int_t sw {FStar.Integers.norm (FStar.Integers.v x == FStar.Integers.v y)}
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "FStar.Integers.int_t", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.within_bounds", "FStar.Integers.fixed_width", "FStar.UInt8.uint_to_t", "FStar.UInt16.uint_to_t", "FStar.UInt32.uint_to_t", "FStar.UInt64.uint_to_t", "FStar.UInt128.uint_to_...
[]
false
false
false
false
false
let u #sw (x: int_t (Signed Winfinite) {within_bounds sw x}) : Tot (y: int_t sw {norm (v x == v y)}) =
match sw with | Unsigned w -> (match w with | W8 -> FStar.UInt8.uint_to_t x | W16 -> FStar.UInt16.uint_to_t x | W32 -> FStar.UInt32.uint_to_t x | W64 -> FStar.UInt64.uint_to_t x | W128 -> FStar.UInt128.uint_to_t x) | Signed w -> (match w with | Winfinite -> x | W8 -> FStar.Int8.int_to_t ...
false
FStar.Integers.fst
FStar.Integers.uint_8
val uint_8 : Type0
let uint_8 = int_t (Unsigned W8)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 34, "end_line": 521, "start_col": 0, "start_line": 521 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Unsigned", "FStar.Integers.W8" ]
[]
false
false
false
true
true
let uint_8 =
int_t (Unsigned W8)
false
FStar.Integers.fst
FStar.Integers.op_Subtraction_Percent
val ( -% ) (#sw: _{Unsigned? sw}) (x y: int_t sw) : Tot (int_t sw)
val ( -% ) (#sw: _{Unsigned? sw}) (x y: int_t sw) : Tot (int_t sw)
let op_Subtraction_Percent (#sw:_{Unsigned? sw}) (x:int_t sw) (y:int_t sw) : Tot (int_t sw) = let Unsigned w = sw in match w with | W8 -> FStar.UInt8.(x -%^ y) | W16 -> FStar.UInt16.(x -%^ y) | W32 -> FStar.UInt32.(x -%^ y) | W64 -> FStar.UInt64.(x -%^ y) | W128 -...
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 37, "end_line": 251, "start_col": 0, "start_line": 240 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_module": "Prims", "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.int_t sw -> y: FStar.Integers.int_t sw -> FStar.Integers.int_t sw
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "Prims.b2t", "FStar.Integers.uu___is_Unsigned", "FStar.Integers.int_t", "FStar.Integers.fixed_width", "FStar.UInt8.op_Subtraction_Percent_Hat", "FStar.UInt16.op_Subtraction_Percent_Hat", "FStar.UInt32.op_Subtraction_Percent_Hat", "FStar.UInt64.op_Subtraction_Percent_Ha...
[]
false
false
false
false
false
let ( -% ) (#sw: _{Unsigned? sw}) (x y: int_t sw) : Tot (int_t sw) =
let Unsigned w = sw in match w with | W8 -> let open FStar.UInt8 in x -%^ y | W16 -> let open FStar.UInt16 in x -%^ y | W32 -> let open FStar.UInt32 in x -%^ y | W64 -> let open FStar.UInt64 in x -%^ y | W128 -> let open FStar.UInt128 in x -%^ y
false
FStar.Integers.fst
FStar.Integers.uint_64
val uint_64 : Type0
let uint_64 = int_t (Unsigned W64)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 533, "start_col": 0, "start_line": 533 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Unsigned", "FStar.Integers.W64" ]
[]
false
false
false
true
true
let uint_64 =
int_t (Unsigned W64)
false
FStar.Integers.fst
FStar.Integers.uint_32
val uint_32 : Type0
let uint_32 = int_t (Unsigned W32)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 529, "start_col": 0, "start_line": 529 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Unsigned", "FStar.Integers.W32" ]
[]
false
false
false
true
true
let uint_32 =
int_t (Unsigned W32)
false
FStar.Integers.fst
FStar.Integers.uint_16
val uint_16 : Type0
let uint_16 = int_t (Unsigned W16)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 35, "end_line": 525, "start_col": 0, "start_line": 525 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Unsigned", "FStar.Integers.W16" ]
[]
false
false
false
true
true
let uint_16 =
int_t (Unsigned W16)
false
FStar.Integers.fst
FStar.Integers.int_8
val int_8 : Type0
let int_8 = int_t (Signed W8)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 31, "end_line": 541, "start_col": 0, "start_line": 541 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Signed", "FStar.Integers.W8" ]
[]
false
false
false
true
true
let int_8 =
int_t (Signed W8)
false
FStar.Integers.fst
FStar.Integers.int
val int : Type0
let int = int_t (Signed Winfinite)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 40, "end_line": 537, "start_col": 0, "start_line": 537 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Signed", "FStar.Integers.Winfinite" ]
[]
false
false
false
true
true
let int =
int_t (Signed Winfinite)
false
FStar.Integers.fst
FStar.Integers.int_16
val int_16 : Type0
let int_16 = int_t (Signed W16)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 32, "end_line": 545, "start_col": 0, "start_line": 545 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Signed", "FStar.Integers.W16" ]
[]
false
false
false
true
true
let int_16 =
int_t (Signed W16)
false
FStar.Integers.fst
FStar.Integers.int_32
val int_32 : Type0
let int_32 = int_t (Signed W32)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 32, "end_line": 549, "start_col": 0, "start_line": 549 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Signed", "FStar.Integers.W32" ]
[]
false
false
false
true
true
let int_32 =
int_t (Signed W32)
false
FStar.Integers.fst
FStar.Integers.int_64
val int_64 : Type0
let int_64 = int_t (Signed W64)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 32, "end_line": 553, "start_col": 0, "start_line": 553 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Signed", "FStar.Integers.W64" ]
[]
false
false
false
true
true
let int_64 =
int_t (Signed W64)
false
FStar.Integers.fst
FStar.Integers.nat
val nat : Type0
let nat = i:int{ i >= 0 }
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 25, "end_line": 571, "start_col": 0, "start_line": 571 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int", "Prims.b2t", "FStar.Integers.op_Greater_Equals", "FStar.Integers.Signed", "FStar.Integers.Winfinite" ]
[]
false
false
false
true
true
let nat =
i: int{i >= 0}
false
FStar.Integers.fst
FStar.Integers.int_128
val int_128 : Type0
let int_128 = int_t (Signed W128)
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 33, "end_line": 557, "start_col": 0, "start_line": 557 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_t", "FStar.Integers.Signed", "FStar.Integers.W128" ]
[]
false
false
false
true
true
let int_128 =
int_t (Signed W128)
false
FStar.Integers.fst
FStar.Integers.ok
val ok : op: ( _: FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite) -> _: FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite) -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)) -> x: FStar.Integers.int_t sw -> y...
let ok #sw (op:(int_t (Signed Winfinite) -> int_t (Signed Winfinite) -> int_t (Signed Winfinite))) (x:int_t sw) (y:int_t sw) = within_bounds sw (op (v x) (v y))
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 38, "end_line": 567, "start_col": 0, "start_line": 561 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
op: ( _: FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite) -> _: FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite) -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)) -> x: FStar.Integers.int_t sw -> y: FS...
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "FStar.Integers.int_t", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.within_bounds", "FStar.Integers.v" ]
[]
false
false
false
false
true
let ok #sw (op: (int_t (Signed Winfinite) -> int_t (Signed Winfinite) -> int_t (Signed Winfinite))) (x: int_t sw) (y: int_t sw) =
within_bounds sw (op (v x) (v y))
false
FStar.Integers.fst
FStar.Integers.pos
val pos : Type0
let pos = i:nat{ 0 < i }
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 24, "end_line": 575, "start_col": 0, "start_line": 575 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.nat", "Prims.b2t", "FStar.Integers.op_Less", "FStar.Integers.Signed", "FStar.Integers.Winfinite" ]
[]
false
false
false
true
true
let pos =
i: nat{0 < i}
false
FStar.Integers.fst
FStar.Integers.f_nat
val f_nat : x: FStar.Integers.nat -> y: FStar.Integers.nat -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
let f_nat (x:nat) (y:nat) = x + y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 33, "end_line": 581, "start_col": 0, "start_line": 581 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.nat -> y: FStar.Integers.nat -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.nat", "FStar.Integers.op_Plus", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.int_t" ]
[]
false
false
false
true
false
let f_nat (x y: nat) =
x + y
false
FStar.Integers.fst
FStar.Integers.f_int
val f_int : x: FStar.Integers.int -> y: FStar.Integers.int -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
let f_int (x:int) (y:int) = x + y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 33, "end_line": 580, "start_col": 0, "start_line": 580 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.int -> y: FStar.Integers.int -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int", "FStar.Integers.op_Plus", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.int_t" ]
[]
false
false
false
true
false
let f_int (x y: int) =
x + y
false
FStar.Integers.fst
FStar.Integers.f_int_16
val f_int_16 : x: FStar.Integers.int_16 -> y: FStar.Integers.int_16{FStar.Integers.ok FStar.Integers.op_Plus x y} -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.W16)
let f_int_16 (x:int_16) (y:int_16{ok (+) x y}) = x + y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 54, "end_line": 584, "start_col": 0, "start_line": 584 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.int_16 -> y: FStar.Integers.int_16{FStar.Integers.ok FStar.Integers.op_Plus x y} -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.W16)
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.int_16", "FStar.Integers.ok", "FStar.Integers.Signed", "FStar.Integers.W16", "FStar.Integers.op_Plus", "FStar.Integers.Winfinite", "FStar.Integers.int_t" ]
[]
false
false
false
false
false
let f_int_16 (x: int_16) (y: int_16{ok ( + ) x y}) =
x + y
false
FStar.Integers.fst
FStar.Integers.op_Slash
val ( / ) (#sw: signed_width{sw <> Unsigned W128}) (x: int_t sw) (y: int_t sw { 0 <> (v y <: Prims.int) /\ (match sw with | Unsigned _ -> within_bounds sw (v x / v y) | Signed _ -> within_bounds sw ((v x) `FStar.Int.op_Slash` (v y))) ...
val ( / ) (#sw: signed_width{sw <> Unsigned W128}) (x: int_t sw) (y: int_t sw { 0 <> (v y <: Prims.int) /\ (match sw with | Unsigned _ -> within_bounds sw (v x / v y) | Signed _ -> within_bounds sw ((v x) `FStar.Int.op_Slash` (v y))) ...
let ( / ) (#sw:signed_width{sw <> Unsigned W128}) (x:int_t sw) (y:int_t sw{0 <> (v y <: Prims.int) /\ (match sw with | Unsigned _ -> within_bounds sw (v x / v y) | Signed _ -> within_bounds sw (v x `FStar.Int.op_Slash` v y))}) : ...
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 43, "end_line": 406, "start_col": 0, "start_line": 389 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.int_t sw -> y: FStar.Integers.int_t sw { 0 <> FStar.Integers.v y /\ (match sw with | FStar.Integers.Unsigned _ -> FStar.Integers.within_bounds sw (FStar.Integers.v x / FStar.Integers.v y) | FStar.Integers.Signed _ -> ...
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.signed_width", "Prims.b2t", "Prims.op_disEquality", "FStar.Integers.Unsigned", "FStar.Integers.W128", "FStar.Integers.int_t", "Prims.l_and", "Prims.int", "FStar.Integers.v", "FStar.Integers.fixed_width", "FStar.Integers.within_bounds", "Prims.op_Division", "FStar.Integers.wid...
[]
false
false
false
false
false
let ( / ) (#sw: signed_width{sw <> Unsigned W128}) (x: int_t sw) (y: int_t sw { 0 <> (v y <: Prims.int) /\ (match sw with | Unsigned _ -> within_bounds sw (v x / v y) | Signed _ -> within_bounds sw ((v x) `FStar.Int.op_Slash` (v y))) ...
match sw with | Signed Winfinite -> x / y | Unsigned W8 -> let open FStar.UInt8 in x /^ y | Unsigned W16 -> let open FStar.UInt16 in x /^ y | Unsigned W32 -> let open FStar.UInt32 in x /^ y | Unsigned W64 -> let open FStar.UInt64 in x /^ y | Signed W8 -> let open FStar.Int8 in x /^ y | Signed W16 -> let open FStar.Int1...
false
FStar.Integers.fst
FStar.Integers.f_nat_int_pos
val f_nat_int_pos : x: FStar.Integers.nat -> y: FStar.Integers.int -> z: FStar.Integers.pos -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
let f_nat_int_pos (x:nat) (y:int) (z:pos) = x + y + z
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 53, "end_line": 582, "start_col": 0, "start_line": 582 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.nat -> y: FStar.Integers.int -> z: FStar.Integers.pos -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.nat", "FStar.Integers.int", "FStar.Integers.pos", "FStar.Integers.op_Plus", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.int_t" ]
[]
false
false
false
true
false
let f_nat_int_pos (x: nat) (y: int) (z: pos) =
x + y + z
false
FStar.Integers.fst
FStar.Integers.f_uint_8
val f_uint_8 : x: FStar.Integers.uint_8 -> y: FStar.Integers.uint_8{FStar.Integers.ok FStar.Integers.op_Plus x y} -> FStar.Integers.int_t (FStar.Integers.Unsigned FStar.Integers.W8)
let f_uint_8 (x:uint_8) (y:uint_8{ok (+) x y}) = x + y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 54, "end_line": 583, "start_col": 0, "start_line": 583 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.uint_8 -> y: FStar.Integers.uint_8{FStar.Integers.ok FStar.Integers.op_Plus x y} -> FStar.Integers.int_t (FStar.Integers.Unsigned FStar.Integers.W8)
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.uint_8", "FStar.Integers.ok", "FStar.Integers.Unsigned", "FStar.Integers.W8", "FStar.Integers.op_Plus", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.int_t" ]
[]
false
false
false
false
false
let f_uint_8 (x: uint_8) (y: uint_8{ok ( + ) x y}) =
x + y
false
FStar.Integers.fst
FStar.Integers.i
val i : x: Prims.nat -> y: Prims.nat -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
let i (x:Prims.nat) (y:Prims.nat) = x + y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 587, "start_col": 0, "start_line": 587 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.nat -> y: Prims.nat -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "FStar.Integers.op_Plus", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.int_t" ]
[]
false
false
false
true
false
let i (x y: Prims.nat) =
x + y
false
FStar.Integers.fst
FStar.Integers.j
val j : x: Prims.int -> y: Prims.nat -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
let j (x:Prims.int) (y:Prims.nat) = x - y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 588, "start_col": 0, "start_line": 588 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.int -> y: Prims.nat -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "Prims.nat", "FStar.Integers.op_Subtraction", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.int_t" ]
[]
false
false
false
true
false
let j (x: Prims.int) (y: Prims.nat) =
x - y
false
Spec.Hash.Incremental.fst
Spec.Hash.Incremental._sync_decl
val _sync_decl : Type0
val _sync_decl : Type0
let _sync_decl = unit
{ "file_name": "specs/lemmas/Spec.Hash.Incremental.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 21, "end_line": 17, "start_col": 0, "start_line": 17 }
module Spec.Hash.Incremental module S = FStar.Seq module Blake2 = Spec.Blake2 open Spec.Agile.Hash open Spec.Hash.Definitions friend Spec.Agile.Hash open FStar.Mul module Loops = Lib.LoopCombinators #set-options "--fuel 0 --ifuel 0 --z3rlimit 50"
{ "checked_file": "/", "dependencies": [ "Spec.SHA3.Incremental.fsti.checked", "Spec.MD.Incremental.fsti.checked", "Spec.Hash.Definitions.fst.checked", "Spec.Blake2.Incremental.fsti.checked", "Spec.Blake2.fst.checked", "Spec.Agile.Hash.fst.checked", "Spec.Agile.Hash.fst.checked", "pr...
[ { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "Spec.Hash.Definitions", "short_module": null }, { "abbrev": false, "ful...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Type0
Prims.Tot
[ "total" ]
[]
[ "Prims.unit" ]
[]
false
false
false
true
true
let _sync_decl =
unit
false
FStar.Integers.fst
FStar.Integers.g
val g : x: FStar.Integers.uint_32 -> y: FStar.Integers.uint_32 { FStar.Integers.ok FStar.Integers.op_Star y y /\ FStar.Integers.ok FStar.Integers.op_Plus x (y * y) } -> FStar.Integers.int_t (FStar.Integers.Unsigned FStar.Integers.W32)
let g (x:uint_32) (y:uint_32{ok ( * ) y y /\ ok (+) x (y * y)}) = x + y * y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 75, "end_line": 585, "start_col": 0, "start_line": 585 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: FStar.Integers.uint_32 -> y: FStar.Integers.uint_32 { FStar.Integers.ok FStar.Integers.op_Star y y /\ FStar.Integers.ok FStar.Integers.op_Plus x (y * y) } -> FStar.Integers.int_t (FStar.Integers.Unsigned FStar.Integers.W32)
Prims.Tot
[ "total" ]
[]
[ "FStar.Integers.uint_32", "Prims.l_and", "FStar.Integers.ok", "FStar.Integers.Unsigned", "FStar.Integers.W32", "FStar.Integers.op_Star", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.op_Plus", "FStar.Integers.int_t" ]
[]
false
false
false
false
false
let g (x: uint_32) (y: uint_32{ok ( * ) y y /\ ok ( + ) x (y * y)}) =
x + y * y
false
FStar.Integers.fst
FStar.Integers.k
val k : x: Prims.int -> y: Prims.int -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
let k (x:Prims.int) (y:Prims.int) = x * y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 41, "end_line": 589, "start_col": 0, "start_line": 589 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.int -> y: Prims.int -> FStar.Integers.int_t (FStar.Integers.Signed FStar.Integers.Winfinite)
Prims.Tot
[ "total" ]
[]
[ "Prims.int", "FStar.Integers.op_Star", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.int_t" ]
[]
false
false
false
true
false
let k (x y: Prims.int) =
x * y
false
Hacl.SHA2.Vec128.fst
Hacl.SHA2.Vec128.sha256_4
val sha256_4 (dst0 dst1 dst2 dst3: lbuffer uint8 32ul) (input_len:size_t) (input0 input1 input2 input3: lbuffer uint8 input_len) : Stack unit (requires fun h0 -> v input_len `less_than_max_input_length` SHA2_256 /\ live4 h0 input0 input1 input2 input3 /\ live4 h0 dst0 dst1 dst2 dst3 /\ internally_disjoi...
val sha256_4 (dst0 dst1 dst2 dst3: lbuffer uint8 32ul) (input_len:size_t) (input0 input1 input2 input3: lbuffer uint8 input_len) : Stack unit (requires fun h0 -> v input_len `less_than_max_input_length` SHA2_256 /\ live4 h0 input0 input1 input2 input3 /\ live4 h0 dst0 dst1 dst2 dst3 /\ internally_disjoi...
let sha256_4 dst0 dst1 dst2 dst3 input_len input0 input1 input2 input3 = let ib = ntup4 (input0,(input1,(input2,input3))) in let rb = ntup4 (dst0,(dst1,(dst2,dst3))) in let h0 = ST.get() in assert (live_multi h0 ib); assert (live_multi h0 rb); assert (internally_disjoint rb); loc_multi4 rb; hash #SHA2_2...
{ "file_name": "code/sha2-mb/Hacl.SHA2.Vec128.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 55, "end_line": 91, "start_col": 0, "start_line": 77 }
module Hacl.SHA2.Vec128 open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.IntTypes open Lib.NTuple open Lib.Buffer open Lib.MultiBuffer open Spec.Hash.Definitions open Hacl.Spec.SHA2.Vec open Hacl.Impl.SHA2.Generic module ST = FStar.HyperStack.ST module Spec = Spec.Agile.Hash module SpecVec = ...
{ "checked_file": "/", "dependencies": [ "Spec.Hash.Definitions.fst.checked", "Spec.Agile.Hash.fsti.checked", "prims.fst.checked", "Lib.NTuple.fsti.checked", "Lib.MultiBuffer.fst.checked", "Lib.IntTypes.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.SHA2.Vec.fst.checked", "...
[ { "abbrev": true, "full_module": "Hacl.Spec.SHA2.Vec", "short_module": "SpecVec" }, { "abbrev": true, "full_module": "Spec.Agile.Hash", "short_module": "Spec" }, { "abbrev": true, "full_module": "FStar.HyperStack.ST", "short_module": "ST" }, { "abbrev": false, ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
dst0: Lib.Buffer.lbuffer Lib.IntTypes.uint8 32ul -> dst1: Lib.Buffer.lbuffer Lib.IntTypes.uint8 32ul -> dst2: Lib.Buffer.lbuffer Lib.IntTypes.uint8 32ul -> dst3: Lib.Buffer.lbuffer Lib.IntTypes.uint8 32ul -> input_len: Lib.IntTypes.size_t -> input0: Lib.Buffer.lbuffer Lib.IntTypes.uint8 input_l...
FStar.HyperStack.ST.Stack
[]
[]
[ "Lib.Buffer.lbuffer", "Lib.IntTypes.uint8", "FStar.UInt32.__uint_to_t", "Lib.IntTypes.size_t", "Prims._assert", "Prims.eq2", "FStar.Seq.Base.seq", "Prims.l_or", "Prims.nat", "FStar.Seq.Base.length", "Lib.IntTypes.v", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "Hacl.Hash.Definitions.hash_len",...
[]
false
true
false
false
false
let sha256_4 dst0 dst1 dst2 dst3 input_len input0 input1 input2 input3 =
let ib = ntup4 (input0, (input1, (input2, input3))) in let rb = ntup4 (dst0, (dst1, (dst2, dst3))) in let h0 = ST.get () in assert (live_multi h0 ib); assert (live_multi h0 rb); assert (internally_disjoint rb); loc_multi4 rb; hash #SHA2_256 #M128 sha256_init4 sha256_update_nblocks4 sha256_update_last4 sha256_...
false
FStar.Integers.fst
FStar.Integers.h
val h (x y: Prims.nat) : nat
val h (x y: Prims.nat) : nat
let h (x:Prims.nat) (y:Prims.nat): nat = u x + u y
{ "file_name": "ulib/FStar.Integers.fst", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 51, "end_line": 586, "start_col": 0, "start_line": 586 }
(* Copyright 2008-2018 Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agre...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.UInt8.fsti.checked", "FStar.UInt64.fsti.checked", "FStar.UInt32.fsti.checked", "FStar.UInt16.fsti.checked", "FStar.UInt128.fsti.checked", "FStar.UInt.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar....
[ { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", ...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 2, "max_fuel": 0, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: Prims.nat -> y: Prims.nat -> FStar.Integers.nat
Prims.Tot
[ "total" ]
[]
[ "Prims.nat", "FStar.Integers.op_Plus", "FStar.Integers.Signed", "FStar.Integers.Winfinite", "FStar.Integers.u", "FStar.Integers.nat" ]
[]
false
false
false
true
false
let h (x y: Prims.nat) : nat =
u x + u y
false
Spec.Hash.Incremental.fst
Spec.Hash.Incremental.hash_is_hash_incremental'
val hash_is_hash_incremental' (a: hash_alg) (input: bytes { S.length input `less_than_max_input_length` a }) (l: output_length a): Lemma (S.equal (hash' a input l) (hash_incremental a input l))
val hash_is_hash_incremental' (a: hash_alg) (input: bytes { S.length input `less_than_max_input_length` a }) (l: output_length a): Lemma (S.equal (hash' a input l) (hash_incremental a input l))
let hash_is_hash_incremental' (a: hash_alg) (input: bytes { S.length input `less_than_max_input_length` a }) l = if is_blake a then Spec.Blake2.Incremental.blake2_is_hash_incremental a input else if is_keccak a then Spec.SHA3.Incremental.sha3_is_incremental a input l else Spec.MD.Incremental.md_is_has...
{ "file_name": "specs/lemmas/Spec.Hash.Incremental.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 63, "end_line": 27, "start_col": 0, "start_line": 21 }
module Spec.Hash.Incremental module S = FStar.Seq module Blake2 = Spec.Blake2 open Spec.Agile.Hash open Spec.Hash.Definitions friend Spec.Agile.Hash open FStar.Mul module Loops = Lib.LoopCombinators #set-options "--fuel 0 --ifuel 0 --z3rlimit 50" /// A declaration whose sole purpose is to force synchronize the .f...
{ "checked_file": "/", "dependencies": [ "Spec.SHA3.Incremental.fsti.checked", "Spec.MD.Incremental.fsti.checked", "Spec.Hash.Definitions.fst.checked", "Spec.Blake2.Incremental.fsti.checked", "Spec.Blake2.fst.checked", "Spec.Agile.Hash.fst.checked", "Spec.Agile.Hash.fst.checked", "pr...
[ { "abbrev": false, "full_module": "Spec.Hash.Incremental.Definitions", "short_module": null }, { "abbrev": true, "full_module": "Lib.LoopCombinators", "short_module": "Loops" }, { "abbrev": false, "full_module": "FStar.Mul", "short_module": null }, { "abbrev": fal...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 0, "initial_ifuel": 0, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
a: Spec.Hash.Definitions.hash_alg -> input: Spec.Hash.Definitions.bytes {Spec.Hash.Definitions.less_than_max_input_length (FStar.Seq.Base.length input) a} -> l: Spec.Hash.Definitions.output_length a -> FStar.Pervasives.Lemma (ensures FStar.Seq.Base.equal (Spec.Agile.Hash.hash' a i...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Spec.Hash.Definitions.hash_alg", "Spec.Hash.Definitions.bytes", "Prims.b2t", "Spec.Hash.Definitions.less_than_max_input_length", "FStar.Seq.Base.length", "Lib.IntTypes.uint8", "Spec.Hash.Definitions.output_length", "Spec.Hash.Definitions.is_blake", "Spec.Blake2.Incremental.blake2_is_hash_incrementa...
[]
false
false
true
false
false
let hash_is_hash_incremental' (a: hash_alg) (input: bytes{(S.length input) `less_than_max_input_length` a}) l =
if is_blake a then Spec.Blake2.Incremental.blake2_is_hash_incremental a input else if is_keccak a then Spec.SHA3.Incremental.sha3_is_incremental a input l else Spec.MD.Incremental.md_is_hash_incremental a input (init a)
false
Hacl.Impl.Curve25519.Field51.fst
Hacl.Impl.Curve25519.Field51.fmul2
val fmul2: C.(fmul2_t M51 True)
val fmul2: C.(fmul2_t M51 True)
let fmul2 out f1 f2 _ = let f10 = f1.(0ul) in let f11 = f1.(1ul) in let f12 = f1.(2ul) in let f13 = f1.(3ul) in let f14 = f1.(4ul) in let f20 = f2.(0ul) in let f21 = f2.(1ul) in let f22 = f2.(2ul) in let f23 = f2.(3ul) in let f24 = f2.(4ul) in let f30 = f1.(5ul) in let f31 = f1.(6ul) in let ...
{ "file_name": "code/curve25519/Hacl.Impl.Curve25519.Field51.fst", "git_rev": "eb1badfa34c70b0bbe0fe24fe0f49fb1295c7872", "git_url": "https://github.com/project-everest/hacl-star.git", "project_name": "hacl-star" }
{ "end_col": 18, "end_line": 244, "start_col": 0, "start_line": 205 }
module Hacl.Impl.Curve25519.Field51 open FStar.HyperStack open FStar.HyperStack.All open FStar.Mul open Lib.Sequence open Lib.IntTypes open Lib.Buffer include Hacl.Spec.Curve25519.Field51 include Hacl.Spec.Curve25519.Field51.Definition module P = Spec.Curve25519 module S = Hacl.Spec.Curve25519.Field51.Definition mo...
{ "checked_file": "/", "dependencies": [ "Spec.Curve25519.fst.checked", "prims.fst.checked", "Lib.Sequence.fsti.checked", "Lib.Loops.fsti.checked", "Lib.IntTypes.fsti.checked", "Lib.ByteSequence.fsti.checked", "Lib.Buffer.fsti.checked", "Hacl.Spec.Curve25519.Field51.Lemmas.fst.checke...
[ { "abbrev": true, "full_module": "Hacl.Impl.Curve25519.Fields.Core", "short_module": "C" }, { "abbrev": true, "full_module": "Hacl.Spec.Curve25519.Field51.Lemmas", "short_module": "Lemmas" }, { "abbrev": true, "full_module": "Lib.ByteSequence", "short_module": "BSeq" },...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 0, "max_ifuel": 0, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
Hacl.Impl.Curve25519.Fields.Core.fmul2_t Hacl.Impl.Curve25519.Fields.Core.M51 Prims.l_True
Prims.Tot
[ "total" ]
[]
[ "Hacl.Impl.Curve25519.Fields.Core.felem2", "Hacl.Impl.Curve25519.Fields.Core.M51", "Hacl.Impl.Curve25519.Fields.Core.felem_wide2", "Lib.IntTypes.uint64", "Lib.Buffer.op_Array_Assignment", "Hacl.Impl.Curve25519.Fields.Core.limb", "Lib.IntTypes.op_Plus_Dot", "Lib.IntTypes.U32", "Lib.IntTypes.PUB", "...
[]
false
false
false
true
false
let fmul2 out f1 f2 _ =
let f10 = f1.(0ul) in let f11 = f1.(1ul) in let f12 = f1.(2ul) in let f13 = f1.(3ul) in let f14 = f1.(4ul) in let f20 = f2.(0ul) in let f21 = f2.(1ul) in let f22 = f2.(2ul) in let f23 = f2.(3ul) in let f24 = f2.(4ul) in let f30 = f1.(5ul) in let f31 = f1.(6ul) in let f32 = f1.(7ul) in let f33 = f1.(8ul) in let f34 = f1...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_type_elim_BitSum'
val bitsum'_type_elim_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bits...
val bitsum'_type_elim_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bits...
let bitsum'_type_elim_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat { key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot }) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bitsum'_size - key_size)))) (x:...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 94, "start_col": 0, "start_line": 83 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> bitsum'_size: Prims.nat -> key: Prims.eqtype -> key_size: Prims.nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot} -> e: LowParse.Spec.Enum.enum key (LowParse.BitFields.bitfield cl key_size) -> payload: (_: LowParse.Spec.Enum.enum_k...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "LowParse.Spec.Enum.enum", "LowParse.BitFields.bitfield", "LowParse.Spec.Enum.enum_key", "LowParse.Spec.BitSum.bitsum'", "Prims.op_Subtractio...
[]
false
false
false
false
false
let bitsum'_type_elim_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bits...
x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'_recip
val synth_bitsum'_recip (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot (parse_filter_refine (filter_bitsum' b))
val synth_bitsum'_recip (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot (parse_filter_refine (filter_bitsum' b))
let synth_bitsum'_recip (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot (parse_filter_refine (filter_bitsum' b)) = synth_bitsum'_recip'_prop b x; synth_bitsum'_recip' b x
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 26, "end_line": 497, "start_col": 0, "start_line": 488 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.BitSum.bitsum'_type b -> LowParse.Spec.Combinators.parse_filter_refine (LowParse.Spec.BitSum.filter_bitsum' b)
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "LowParse.Spec.BitSum.synth_bitsum'_recip'", "Prims.unit", "LowParse.Spec.BitSum.synth_bitsum'_recip'_prop", "LowParse.Spec.Combinators.parse_filter_refine", ...
[]
false
false
false
false
false
let synth_bitsum'_recip (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot (parse_filter_refine (filter_bitsum' b)) =
synth_bitsum'_recip'_prop b x; synth_bitsum'_recip' b x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'_recip_inverse
val synth_bitsum'_recip_inverse (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) : Lemma (synth_inverse (synth_bitsum' b) (synth_bitsum'_recip b))
val synth_bitsum'_recip_inverse (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) : Lemma (synth_inverse (synth_bitsum' b) (synth_bitsum'_recip b))
let synth_bitsum'_recip_inverse (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) : Lemma (synth_inverse (synth_bitsum' b) (synth_bitsum'_recip b)) // [SMTPat (synth_inverse (synth_bitsum' b) (synth_bitsum'_recip b))] = synth_inverse_intro' (synth_bitsum' b) (sy...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 552, "start_col": 0, "start_line": 541 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> FStar.Pervasives.Lemma (ensures LowParse.Spec.Combinators.synth_inverse (LowParse.Spec.BitSum.synth_bitsum' b) (LowParse.Spec.BitSum.synth_bitsum'_recip b))
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.Combinators.synth_inverse_intro'", "LowParse.Spec.Combinators.parse_filter_refine", "LowParse.Spec.BitSum.filter_bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "LowParse.Spec.BitSu...
[]
false
false
true
false
false
let synth_bitsum'_recip_inverse (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) : Lemma (synth_inverse (synth_bitsum' b) (synth_bitsum'_recip b)) =
synth_inverse_intro' (synth_bitsum' b) (synth_bitsum'_recip b) (fun x -> synth_bitsum'_recip_inverse' b x)
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_type_intro_BitSum'
val bitsum'_type_intro_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bit...
val bitsum'_type_intro_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bit...
let bitsum'_type_intro_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat { key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot }) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bitsum'_size - key_size)))) (x...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 109, "start_col": 0, "start_line": 98 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> bitsum'_size: Prims.nat -> key: Prims.eqtype -> key_size: Prims.nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot} -> e: LowParse.Spec.Enum.enum key (LowParse.BitFields.bitfield cl key_size) -> payload: (_: LowParse.Spec.Enum.enum_k...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "LowParse.Spec.Enum.enum", "LowParse.BitFields.bitfield", "LowParse.Spec.Enum.enum_key", "LowParse.Spec.BitSum.bitsum'", "Prims.op_Subtractio...
[]
false
false
false
false
false
let bitsum'_type_intro_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bit...
x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_type_intro_BitField
val bitsum'_type_intro_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_type_bitfield bitsum'_size sz rest) : Tot (bitsum'_type (BitFiel...
val bitsum'_type_intro_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_type_bitfield bitsum'_size sz rest) : Tot (bitsum'_type (BitFiel...
let bitsum'_type_intro_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat { sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot }) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_type_bitfield bitsum'_size sz rest) : Tot (bitsum'_type (BitField sz rest)) = x
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 135, "start_col": 0, "start_line": 126 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> bitsum'_size: Prims.nat -> sz: Prims.nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot} -> rest: LowParse.Spec.BitSum.bitsum' cl (bitsum'_size - sz) -> x: LowParse.Spec.BitSum.bitsum'_type_bitfield bitsum'_size sz rest -> LowParse.Spec.BitSum.bitsum'_t...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "LowParse.Spec.BitSum.bitsum'", "Prims.op_Subtraction", "LowParse.Spec.BitSum.bitsum'_type_bitfield", "LowParse.Spec.BitSum.bitsum'_type", "L...
[]
false
false
false
false
false
let bitsum'_type_intro_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_type_bitfield bitsum'_size sz rest) : Tot (bitsum'_type (BitFiel...
x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_key_type
val bitsum'_key_type (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) : Tot eqtype (decreases (bitsum'_size))
val bitsum'_key_type (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) : Tot eqtype (decreases (bitsum'_size))
let rec bitsum'_key_type (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) : Tot eqtype (decreases (bitsum'_size)) = match b with | BitStop _ -> unit | BitField sz rest -> bitsum'_key_type rest | BitSum' key key_size e payload -> (key: enum_key e & bits...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 54, "end_line": 150, "start_col": 0, "start_line": 138 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> Prims.Tot Prims.eqtype
Prims.Tot
[ "total", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "Prims.squash", "Prims.eq2", "Prims.int", "Prims.unit", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_Subtraction", "LowParse.Spec.BitSum.bit...
[ "recursion" ]
false
false
false
false
false
let rec bitsum'_key_type (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) : Tot eqtype (decreases (bitsum'_size)) =
match b with | BitStop _ -> unit | BitField sz rest -> bitsum'_key_type rest | BitSum' key key_size e payload -> (key: enum_key e & bitsum'_key_type (payload key))
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_key_type_elim_BitSum'
val bitsum'_key_type_elim_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (...
val bitsum'_key_type_elim_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (...
let bitsum'_key_type_elim_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat { key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot }) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bitsum'_size - key_size)))) ...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 165, "start_col": 0, "start_line": 154 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> bitsum'_size: Prims.nat -> key: Prims.eqtype -> key_size: Prims.nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot} -> e: LowParse.Spec.Enum.enum key (LowParse.BitFields.bitfield cl key_size) -> payload: (_: LowParse.Spec.Enum.enum_k...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "LowParse.Spec.Enum.enum", "LowParse.BitFields.bitfield", "LowParse.Spec.Enum.enum_key", "LowParse.Spec.BitSum.bitsum'", "Prims.op_Subtractio...
[]
false
false
false
false
false
let bitsum'_key_type_elim_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (...
x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.coerce
val coerce (t2 #t1: Type) (x: t1) : Pure t2 (requires (t1 == t2)) (ensures (fun _ -> True))
val coerce (t2 #t1: Type) (x: t1) : Pure t2 (requires (t1 == t2)) (ensures (fun _ -> True))
let coerce (t2: Type) (#t1: Type) (x: t1) : Pure t2 (requires (t1 == t2)) (ensures (fun _ -> True)) = (x <: t2)
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 11, "end_line": 192, "start_col": 0, "start_line": 185 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
t2: Type -> x: t1 -> Prims.Pure t2
Prims.Pure
[]
[]
[ "Prims.eq2", "Prims.l_True" ]
[]
false
false
false
false
false
let coerce (t2 #t1: Type) (x: t1) : Pure t2 (requires (t1 == t2)) (ensures (fun _ -> True)) =
(x <: t2)
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_key_type_intro_BitField
val bitsum'_key_type_intro_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_key_type rest) : Tot (bitsum'_key_type (BitField sz rest))
val bitsum'_key_type_intro_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_key_type rest) : Tot (bitsum'_key_type (BitField sz rest))
let bitsum'_key_type_intro_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat { sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot }) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_key_type rest) : Tot (bitsum'_key_type (BitField sz rest)) = coerce (bitsum'_key_type (Bi...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 48, "end_line": 205, "start_col": 0, "start_line": 196 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> bitsum'_size: Prims.nat -> sz: Prims.nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot} -> rest: LowParse.Spec.BitSum.bitsum' cl (bitsum'_size - sz) -> x: LowParse.Spec.BitSum.bitsum'_key_type rest -> LowParse.Spec.BitSum.bitsum'_key_type (LowParse.Spe...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "LowParse.Spec.BitSum.bitsum'", "Prims.op_Subtraction", "LowParse.Spec.BitSum.bitsum'_key_type", "LowParse.Spec.BitSum.coerce", "LowParse.Spe...
[]
false
false
false
false
false
let bitsum'_key_type_intro_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_key_type rest) : Tot (bitsum'_key_type (BitField sz rest)) =...
coerce (bitsum'_key_type (BitField sz rest)) x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'
val synth_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: parse_filter_refine (filter_bitsum' b)) : Tot (bitsum'_type b) (decreases (bitsum'_size))
val synth_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: parse_filter_refine (filter_bitsum' b)) : Tot (bitsum'_type b) (decreases (bitsum'_size))
let rec synth_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: parse_filter_refine (filter_bitsum' b)) : Tot (bitsum'_type b) (decreases (bitsum'_size)) = match b with | BitStop _ -> () | BitField sz rest -> bitsum'_type_intro_BitField cl b...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 71, "end_line": 259, "start_col": 0, "start_line": 241 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.Combinators.parse_filter_refine (LowParse.Spec.BitSum.filter_bitsum' b) -> Prims.Tot (LowParse.Spec.BitSum.bitsum'_type b)
Prims.Tot
[ "total", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.Combinators.parse_filter_refine", "LowParse.Spec.BitSum.filter_bitsum'", "Prims.squash", "Prims.eq2", "Prims.int", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prim...
[ "recursion" ]
false
false
false
false
false
let rec synth_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: parse_filter_refine (filter_bitsum' b)) : Tot (bitsum'_type b) (decreases (bitsum'_size)) =
match b with | BitStop _ -> () | BitField sz rest -> bitsum'_type_intro_BitField cl bitsum'_size sz rest (cl.get_bitfield x (bitsum'_size - sz) bitsum'_size, synth_bitsum' rest x) | BitSum' key key_size e payload -> let f:bitfield cl key_size = cl.get_bitfield x (bitsum'_size - key_size) bitsum'_siz...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.filter_bitsum'
val filter_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: t) : Tot bool (decreases (bitsum'_size))
val filter_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: t) : Tot bool (decreases (bitsum'_size))
let rec filter_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: t) : Tot bool (decreases (bitsum'_size)) = match b with | BitStop _ -> true | BitField _ rest -> filter_bitsum' rest x | BitSum' key key_size e payload -> let f : bitfield cl...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 11, "end_line": 239, "start_col": 0, "start_line": 220 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: t -> Prims.Tot Prims.bool
Prims.Tot
[ "total", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "Prims.squash", "Prims.eq2", "Prims.int", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_Subtraction", "LowParse.Spec.BitSum.filter_bitsum'", ...
[ "recursion" ]
false
false
false
false
false
let rec filter_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: t) : Tot bool (decreases (bitsum'_size)) =
match b with | BitStop _ -> true | BitField _ rest -> filter_bitsum' rest x | BitSum' key key_size e payload -> let f:bitfield cl key_size = cl.get_bitfield x (bitsum'_size - key_size) bitsum'_size in if list_mem f (list_map snd e) then let k = enum_key_of_repr e f in filter_bitsum' (payload k) x else f...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_key_type_intro_BitSum'
val bitsum'_key_type_intro_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl ...
val bitsum'_key_type_intro_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl ...
let bitsum'_key_type_intro_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat { key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot }) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl (bitsum'_size - key_size)))) ...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 180, "start_col": 0, "start_line": 169 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> bitsum'_size: Prims.nat -> key: Prims.eqtype -> key_size: Prims.nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot} -> e: LowParse.Spec.Enum.enum key (LowParse.BitFields.bitfield cl key_size) -> payload: (_: LowParse.Spec.Enum.enum_k...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "LowParse.Spec.Enum.enum", "LowParse.BitFields.bitfield", "LowParse.Spec.Enum.enum_key", "LowParse.Spec.BitSum.bitsum'", "Prims.op_Subtractio...
[]
false
false
false
false
false
let bitsum'_key_type_intro_BitSum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (key: eqtype) (key_size: nat{key_size > 0 /\ key_size <= bitsum'_size /\ bitsum'_size <= tot}) (e: enum key (bitfield cl key_size)) (payload: (enum_key e -> Tot (bitsum' cl ...
x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_key_type_elim_BitField
val bitsum'_key_type_elim_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_key_type (BitField sz rest)) : Tot (bitsum'_key_type rest)
val bitsum'_key_type_elim_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_key_type (BitField sz rest)) : Tot (bitsum'_key_type rest)
let bitsum'_key_type_elim_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat { sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot }) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_key_type (BitField sz rest)) : Tot (bitsum'_key_type rest) = coerce (bitsum'_key_type rest...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 34, "end_line": 218, "start_col": 0, "start_line": 209 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> bitsum'_size: Prims.nat -> sz: Prims.nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot} -> rest: LowParse.Spec.BitSum.bitsum' cl (bitsum'_size - sz) -> x: LowParse.Spec.BitSum.bitsum'_key_type (LowParse.Spec.BitSum.BitField sz rest) -> LowParse.Spec.Bi...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "LowParse.Spec.BitSum.bitsum'", "Prims.op_Subtraction", "LowParse.Spec.BitSum.bitsum'_key_type", "LowParse.Spec.BitSum.BitField", "LowParse.S...
[]
false
false
false
false
false
let bitsum'_key_type_elim_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_key_type (BitField sz rest)) : Tot (bitsum'_key_type rest) = ...
coerce (bitsum'_key_type rest) x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_type_elim_BitField
val bitsum'_type_elim_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_type (BitField sz rest)) : Tot (bitsum'_type_bitfield bitsum'_siz...
val bitsum'_type_elim_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_type (BitField sz rest)) : Tot (bitsum'_type_bitfield bitsum'_siz...
let bitsum'_type_elim_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat { sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot }) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_type (BitField sz rest)) : Tot (bitsum'_type_bitfield bitsum'_size sz rest) = x
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 122, "start_col": 0, "start_line": 113 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_module": "LowParse.Spec.Enum", "short_module": null }, { "abbrev": false, "full_m...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> bitsum'_size: Prims.nat -> sz: Prims.nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot} -> rest: LowParse.Spec.BitSum.bitsum' cl (bitsum'_size - sz) -> x: LowParse.Spec.BitSum.bitsum'_type (LowParse.Spec.BitSum.BitField sz rest) -> LowParse.Spec.BitSum...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "LowParse.Spec.BitSum.bitsum'", "Prims.op_Subtraction", "LowParse.Spec.BitSum.bitsum'_type", "LowParse.Spec.BitSum.BitField", "LowParse.Spec....
[]
false
false
false
false
false
let bitsum'_type_elim_BitField (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) (sz: nat{sz > 0 /\ sz <= bitsum'_size /\ bitsum'_size <= tot}) (rest: bitsum' cl (bitsum'_size - sz)) (x: bitsum'_type (BitField sz rest)) : Tot (bitsum'_type_bitfield bitsum'_siz...
x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'_recip'
val synth_bitsum'_recip' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot t (decreases (bitsum'_size))
val synth_bitsum'_recip' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot t (decreases (bitsum'_size))
let rec synth_bitsum'_recip' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot t (decreases (bitsum'_size)) = match b with | BitStop _ -> cl.uint_to_t 0 | BitField sz rest -> let (hd, tl) = bitsum'_type_elim_BitField cl bitsum'...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 6, "end_line": 392, "start_col": 0, "start_line": 374 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.BitSum.bitsum'_type b -> Prims.Tot t
Prims.Tot
[ "total", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "Prims.squash", "Prims.eq2", "Prims.int", "LowParse.BitFields.__proj__Mkuint_t__item__uint_to_t", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", ...
[ "recursion" ]
false
false
false
false
false
let rec synth_bitsum'_recip' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot t (decreases (bitsum'_size)) =
match b with | BitStop _ -> cl.uint_to_t 0 | BitField sz rest -> let hd, tl = bitsum'_type_elim_BitField cl bitsum'_size sz rest x in cl.set_bitfield (synth_bitsum'_recip' rest tl) (bitsum'_size - sz) (bitsum'_size) hd | BitSum' key key_size e payload -> let (| k , tl |) = bitsum'_type_elim_BitSum' cl bitsum'_siz...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.parse_bitsum'
val parse_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (p: parser k t) : Tot (parser (parse_filter_kind k) (bitsum'_type b))
val parse_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (p: parser k t) : Tot (parser (parse_filter_kind k) (bitsum'_type b))
let parse_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (p: parser k t) : Tot (parser (parse_filter_kind k) (bitsum'_type b)) = synth_bitsum'_injective b; (p `parse_filter` filter_bitsum' b) `parse_synth` synth_bitsum' b
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 67, "end_line": 372, "start_col": 0, "start_line": 363 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl tot -> p: LowParse.Spec.Base.parser k t -> LowParse.Spec.Base.parser (LowParse.Spec.Combinators.parse_filter_kind k) (LowParse.Spec.BitSum.bitsum'_type b)
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Combinators.parse_synth", "LowParse.Spec.Combinators.parse_filter_kind", "LowParse.Spec.Combinators.parse_filter_refine", "LowPars...
[]
false
false
false
false
false
let parse_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (p: parser k t) : Tot (parser (parse_filter_kind k) (bitsum'_type b)) =
synth_bitsum'_injective b; (p `parse_filter` (filter_bitsum' b)) `parse_synth` (synth_bitsum' b)
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.id
val id (#t: Type) (x: t) : Tot t
val id (#t: Type) (x: t) : Tot t
let id (#t: Type) (x: t) : Tot t = x
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 621, "start_col": 0, "start_line": 617 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
x: t -> t
Prims.Tot
[ "total" ]
[]
[]
[]
false
false
false
true
false
let id (#t: Type) (x: t) : Tot t =
x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.get_bitfield_synth_bitsum'_recip'_other
val get_bitfield_synth_bitsum'_recip'_other (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) (lo: nat) (hi: nat{bitsum'_size <= lo /\ lo <= hi /\ hi <= tot}) : Lemma (ensures (cl.v (cl.get_bitfield (syn...
val get_bitfield_synth_bitsum'_recip'_other (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) (lo: nat) (hi: nat{bitsum'_size <= lo /\ lo <= hi /\ hi <= tot}) : Lemma (ensures (cl.v (cl.get_bitfield (syn...
let rec get_bitfield_synth_bitsum'_recip'_other (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) (lo: nat) (hi: nat { bitsum'_size <= lo /\ lo <= hi /\ hi <= tot }) : Lemma (ensures (cl.v (cl.get_bitfield (synth_bitsum'_recip' b x) lo h...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 64, "end_line": 418, "start_col": 0, "start_line": 396 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.BitSum.bitsum'_type b -> lo: Prims.nat -> hi: Prims.nat{bitsum'_size <= lo /\ lo <= hi /\ hi <= tot} -> FStar.Pervasives.Lemma (ensures Mkuint_t?.v cl (Mkuint_t?.get_bitfield cl (LowParse.Spec.BitSum.synth_bit...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.squash", "Prims.eq2", "Prims.int", "LowParse.BitFields.get_bitfield_zero", "Prims.op_Gr...
[ "recursion" ]
false
false
true
false
false
let rec get_bitfield_synth_bitsum'_recip'_other (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) (lo: nat) (hi: nat{bitsum'_size <= lo /\ lo <= hi /\ hi <= tot}) : Lemma (ensures (cl.v (cl.get_bitfield ...
match b with | BitStop h -> BF.get_bitfield_zero tot lo hi | BitField sz rest -> let hd, tl = bitsum'_type_elim_BitField cl bitsum'_size sz rest x in BF.get_bitfield_set_bitfield_other (cl.v (synth_bitsum'_recip' rest tl)) (bitsum'_size - sz) bitsum'_size (cl.v hd) lo hi; get_bitfield_synth_bi...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'_ext
val synth_bitsum'_ext (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: parse_filter_refine (filter_bitsum' b)) : Lemma (requires (BF.get_bitfield (cl.v x) 0 bitsum'_size == BF.get_bitfield (cl.v y) 0 bitsum'_size) ) ...
val synth_bitsum'_ext (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: parse_filter_refine (filter_bitsum' b)) : Lemma (requires (BF.get_bitfield (cl.v x) 0 bitsum'_size == BF.get_bitfield (cl.v y) 0 bitsum'_size) ) ...
let rec synth_bitsum'_ext (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: parse_filter_refine (filter_bitsum' b)) : Lemma (requires (BF.get_bitfield (cl.v x) 0 bitsum'_size == BF.get_bitfield (cl.v y) 0 bitsum'_size)) (ensures (synth_bitsum' b x == sy...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 19, "end_line": 359, "start_col": 0, "start_line": 319 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.Combinators.parse_filter_refine (LowParse.Spec.BitSum.filter_bitsum' b) -> y: LowParse.Spec.Combinators.parse_filter_refine (LowParse.Spec.BitSum.filter_bitsum' b) -> FStar.Pervasives.Lemma (requires LowParse.BitFields.get_...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.Combinators.parse_filter_refine", "LowParse.Spec.BitSum.filter_bitsum'", "Prims.squash", "Prims.eq2", "Prims.int", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prim...
[ "recursion" ]
false
false
true
false
false
let rec synth_bitsum'_ext (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: parse_filter_refine (filter_bitsum' b)) : Lemma (requires (BF.get_bitfield (cl.v x) 0 bitsum'_size == BF.get_bitfield (cl.v y) 0 bitsum'_size) ...
match b with | BitStop _ -> () | BitField sz rest -> let f:bitfield cl sz = cl.get_bitfield x (bitsum'_size - sz) (bitsum'_size) in let g:bitfield cl sz = cl.get_bitfield y (bitsum'_size - sz) (bitsum'_size) in BF.get_bitfield_get_bitfield (cl.v x) 0 bitsum'_size (bitsum'_size - sz) bitsum'_size; BF.get_bitfiel...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'_injective
val synth_bitsum'_injective (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) : Lemma (synth_injective (synth_bitsum' b))
val synth_bitsum'_injective (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) : Lemma (synth_injective (synth_bitsum' b))
let synth_bitsum'_injective (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) : Lemma (synth_injective (synth_bitsum' b)) // [SMTPat (synth_injective (synth_bitsum' b))] = synth_injective_intro' (synth_bitsum' b) (fun x y -> synth_bitsum'_injective' b x y; BF.get_bitfield_full (cl.v x)...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 313, "start_col": 0, "start_line": 300 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl tot -> FStar.Pervasives.Lemma (ensures LowParse.Spec.Combinators.synth_injective (LowParse.Spec.BitSum.synth_bitsum' b))
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.Combinators.synth_injective_intro'", "Prims.l_and", "Prims.eq2", "Prims.bool", "LowParse.Spec.BitSum.filter_bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "LowParse.Spec.BitSum.synth_bitsum'"...
[]
false
false
true
false
false
let synth_bitsum'_injective (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) : Lemma (synth_injective (synth_bitsum' b)) =
synth_injective_intro' (synth_bitsum' b) (fun x y -> synth_bitsum'_injective' b x y; BF.get_bitfield_full (cl.v x); BF.get_bitfield_full (cl.v y); assert (cl.uint_to_t (cl.v x) == cl.uint_to_t (cl.v y)))
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.filter_bitsum'_ext
val filter_bitsum'_ext (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: t) : Lemma (requires (BF.get_bitfield (cl.v x) 0 bitsum'_size == BF.get_bitfield (cl.v y) 0 bitsum'_size) ) (ensures (filter_bitsum' b x == filt...
val filter_bitsum'_ext (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: t) : Lemma (requires (BF.get_bitfield (cl.v x) 0 bitsum'_size == BF.get_bitfield (cl.v y) 0 bitsum'_size) ) (ensures (filter_bitsum' b x == filt...
let rec filter_bitsum'_ext (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: t) : Lemma (requires (BF.get_bitfield (cl.v x) 0 bitsum'_size == BF.get_bitfield (cl.v y) 0 bitsum'_size)) (ensures (filter_bitsum' b x == filter_bitsum' b y)) (decreases (bi...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 15, "end_line": 457, "start_col": 0, "start_line": 424 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: t -> y: t -> FStar.Pervasives.Lemma (requires LowParse.BitFields.get_bitfield (Mkuint_t?.v cl x) 0 bitsum'_size == LowParse.BitFields.get_bitfield (Mkuint_t?.v cl y) 0 bitsum'_size) (ensures LowParse.Spec.BitSum.filter_bitsum' b x == Lo...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "Prims.squash", "Prims.eq2", "Prims.int", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_Subtraction", "LowParse.Spec.BitSum.filter_bitsum'_ext"...
[ "recursion" ]
false
false
true
false
false
let rec filter_bitsum'_ext (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: t) : Lemma (requires (BF.get_bitfield (cl.v x) 0 bitsum'_size == BF.get_bitfield (cl.v y) 0 bitsum'_size) ) (ensures (filter_bitsum' b x == ...
match b with | BitStop _ -> () | BitField sz rest -> BF.get_bitfield_get_bitfield (cl.v x) 0 bitsum'_size 0 (bitsum'_size - sz); BF.get_bitfield_get_bitfield (cl.v y) 0 bitsum'_size 0 (bitsum'_size - sz); filter_bitsum'_ext rest x y | BitSum' key key_size e payload -> let f:bitfield cl key_size = cl.get_bitfiel...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.serialize_bitsum'_eq
val serialize_bitsum'_eq (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (#p: parser k t) (s: serializer p) (x: bitsum'_type b) : Lemma (serialize (serialize_bitsum' b s) x == serialize s (synth_bitsum'_recip b x))
val serialize_bitsum'_eq (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (#p: parser k t) (s: serializer p) (x: bitsum'_type b) : Lemma (serialize (serialize_bitsum' b s) x == serialize s (synth_bitsum'_recip b x))
let serialize_bitsum'_eq (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (#p: parser k t) (s: serializer p) (x: bitsum'_type b) : Lemma (serialize (serialize_bitsum' b s) x == serialize s (synth_bitsum'_recip b x)) = synth_bitsum'_injective b; synth_bitsum'_recip_i...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 5, "end_line": 591, "start_col": 0, "start_line": 572 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl tot -> s: LowParse.Spec.Base.serializer p -> x: LowParse.Spec.BitSum.bitsum'_type b -> FStar.Pervasives.Lemma (ensures LowParse.Spec.Base.serialize (LowParse.Spec.BitSum.serialize_bitsum' b s) x == LowParse.Spec.Base.serialize s (LowParse.Spec.BitSum.syn...
FStar.Pervasives.Lemma
[ "lemma" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "LowParse.Spec.BitSum.bitsum'_type", "LowParse.Spec.Combinators.serialize_synth_eq", "LowParse.Spec.Combinators....
[]
true
false
true
false
false
let serialize_bitsum'_eq (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (#p: parser k t) (s: serializer p) (x: bitsum'_type b) : Lemma (serialize (serialize_bitsum' b s) x == serialize s (synth_bitsum'_recip b x)) =
synth_bitsum'_injective b; synth_bitsum'_recip_inverse b; serialize_synth_eq (p `parse_filter` (filter_bitsum' b)) (synth_bitsum' b) (s `serialize_filter` (filter_bitsum' b)) (synth_bitsum'_recip b) () x
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.serialize_bitsum'
val serialize_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (#p: parser k t) (s: serializer p) : Tot (serializer (parse_bitsum' b p))
val serialize_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (#p: parser k t) (s: serializer p) : Tot (serializer (parse_bitsum' b p))
let serialize_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (#p: parser k t) (s: serializer p) : Tot (serializer (parse_bitsum' b p)) = synth_bitsum'_injective b; synth_bitsum'_recip_inverse b; serialize_synth (p `parse_filter` filter_bitsum' b) (sy...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 6, "end_line": 570, "start_col": 0, "start_line": 554 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl tot -> s: LowParse.Spec.Base.serializer p -> LowParse.Spec.Base.serializer (LowParse.Spec.BitSum.parse_bitsum' b p)
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "LowParse.Spec.Base.serializer", "LowParse.Spec.Combinators.serialize_synth", "LowParse.Spec.Combinators.parse_filter_kind", "LowParse.Spec.Combi...
[]
false
false
false
false
false
let serialize_bitsum' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#k: parser_kind) (#p: parser k t) (s: serializer p) : Tot (serializer (parse_bitsum' b p)) =
synth_bitsum'_injective b; synth_bitsum'_recip_inverse b; serialize_synth (p `parse_filter` (filter_bitsum' b)) (synth_bitsum' b) (s `serialize_filter` (filter_bitsum' b)) (synth_bitsum'_recip b) ()
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.destr_bitsum'_bitstop
val destr_bitsum'_bitstop (#tot: pos) (#t: eqtype) (cl: uint_t tot t) : Tot (destr_bitsum'_t #tot #t #cl #0 (BitStop ()))
val destr_bitsum'_bitstop (#tot: pos) (#t: eqtype) (cl: uint_t tot t) : Tot (destr_bitsum'_t #tot #t #cl #0 (BitStop ()))
let destr_bitsum'_bitstop (#tot: pos) (#t: eqtype) (cl: uint_t tot t) : Tot (destr_bitsum'_t #tot #t #cl #0 (BitStop ())) = fun u u_if f x -> f ()
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 6, "end_line": 1302, "start_col": 0, "start_line": 1296 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "L...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 3, "max_fuel": 8, "max_ifuel": 3, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> LowParse.Spec.BitSum.destr_bitsum'_t (LowParse.Spec.BitSum.BitStop ())
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "LowParse.Spec.BitSum.bitsum'_type", "LowParse.Spec.BitSum.BitStop", "FStar.Ghost.erased", "LowParse.Spec.BitSum.if_combinator_weak", "FStar.Ghost.reveal", "LowParse.Spec.Combinators.parse_filter_refine", "LowParse.Spec.BitSum.filter_bitsum...
[]
false
false
false
false
false
let destr_bitsum'_bitstop (#tot: pos) (#t: eqtype) (cl: uint_t tot t) : Tot (destr_bitsum'_t #tot #t #cl #0 (BitStop ())) =
fun u u_if f x -> f ()
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'_recip_inverse'
val synth_bitsum'_recip_inverse' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Lemma (ensures (synth_bitsum' b (synth_bitsum'_recip b x) == x)) (decreases bitsum'_size)
val synth_bitsum'_recip_inverse' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Lemma (ensures (synth_bitsum' b (synth_bitsum'_recip b x) == x)) (decreases bitsum'_size)
let rec synth_bitsum'_recip_inverse' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Lemma (ensures (synth_bitsum' b (synth_bitsum'_recip b x) == x)) (decreases bitsum'_size) = match b with | BitStop _ -> () | BitField sz rest -> ...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 47, "end_line": 537, "start_col": 0, "start_line": 501 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.BitSum.bitsum'_type b -> FStar.Pervasives.Lemma (ensures LowParse.Spec.BitSum.synth_bitsum' b (LowParse.Spec.BitSum.synth_bitsum'_recip b x) == x) (decreases bitsum'_size)
FStar.Pervasives.Lemma
[ "lemma", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "Prims.squash", "Prims.eq2", "Prims.int", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_Subtraction", "L...
[ "recursion" ]
false
false
true
false
false
let rec synth_bitsum'_recip_inverse' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Lemma (ensures (synth_bitsum' b (synth_bitsum'_recip b x) == x)) (decreases bitsum'_size) =
match b with | BitStop _ -> () | BitField sz rest -> let hd, tl = bitsum'_type_elim_BitField cl bitsum'_size sz rest x in let y = synth_bitsum'_recip b x in let y1 = synth_bitsum'_recip rest tl in BF.get_bitfield_set_bitfield_same (cl.v y1) (bitsum'_size - sz) (bitsum'_size) (cl.v hd); assert (cl.uint_to_t (c...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'_recip'_prop
val synth_bitsum'_recip'_prop (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Lemma (ensures (filter_bitsum' b (synth_bitsum'_recip' b x) == true)) (decreases (bitsum'_size))
val synth_bitsum'_recip'_prop (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Lemma (ensures (filter_bitsum' b (synth_bitsum'_recip' b x) == true)) (decreases (bitsum'_size))
let rec synth_bitsum'_recip'_prop (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Lemma (ensures (filter_bitsum' b (synth_bitsum'_recip' b x) == true)) (decreases (bitsum'_size)) = match b with | BitStop _ -> () | BitField sz rest ...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 44, "end_line": 485, "start_col": 0, "start_line": 461 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.BitSum.bitsum'_type b -> FStar.Pervasives.Lemma (ensures LowParse.Spec.BitSum.filter_bitsum' b (LowParse.Spec.BitSum.synth_bitsum'_recip' b x) == true) (decreases bitsum'_size)
FStar.Pervasives.Lemma
[ "lemma", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "Prims.squash", "Prims.eq2", "Prims.int", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_Subtraction", "L...
[ "recursion" ]
false
false
true
false
false
let rec synth_bitsum'_recip'_prop (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Lemma (ensures (filter_bitsum' b (synth_bitsum'_recip' b x) == true)) (decreases (bitsum'_size)) =
match b with | BitStop _ -> () | BitField sz rest -> let hd, tl = bitsum'_type_elim_BitField cl bitsum'_size sz rest x in BF.get_bitfield_set_bitfield_other (cl.v (synth_bitsum'_recip' rest tl)) (bitsum'_size - sz) (bitsum'_size) (cl.v hd) 0 (bitsum'_size - sz); filter_bitsum'_ext rest (synth_...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.synth_bitsum'_injective'
val synth_bitsum'_injective' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: parse_filter_refine (filter_bitsum' b)) : Lemma (requires (synth_bitsum' b x == synth_bitsum' b y)) (ensures (cl.get_bitfield x 0 bitsum'_size =...
val synth_bitsum'_injective' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: parse_filter_refine (filter_bitsum' b)) : Lemma (requires (synth_bitsum' b x == synth_bitsum' b y)) (ensures (cl.get_bitfield x 0 bitsum'_size =...
let rec synth_bitsum'_injective' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: parse_filter_refine (filter_bitsum' b)) : Lemma (requires (synth_bitsum' b x == synth_bitsum' b y)) (ensures (cl.get_bitfield x 0 bitsum'_size == cl.get_bitfield y 0 bits...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 125, "end_line": 296, "start_col": 0, "start_line": 265 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.Combinators.parse_filter_refine (LowParse.Spec.BitSum.filter_bitsum' b) -> y: LowParse.Spec.Combinators.parse_filter_refine (LowParse.Spec.BitSum.filter_bitsum' b) -> FStar.Pervasives.Lemma (requires LowParse.Spec.BitSum.synth_bits...
FStar.Pervasives.Lemma
[ "lemma", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.Combinators.parse_filter_refine", "LowParse.Spec.BitSum.filter_bitsum'", "Prims.squash", "Prims.eq2", "Prims.int", "Prims._assert", "LowParse.BitFields.__proj__Mkuint_t__item__...
[ "recursion" ]
false
false
true
false
false
let rec synth_bitsum'_injective' (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x y: parse_filter_refine (filter_bitsum' b)) : Lemma (requires (synth_bitsum' b x == synth_bitsum' b y)) (ensures (cl.get_bitfield x 0 bitsum'_si...
match b with | BitStop h -> BF.get_bitfield_empty (cl.v x) 0; BF.get_bitfield_empty (cl.v y) 0; assert (cl.uint_to_t (cl.v (cl.get_bitfield x 0 bitsum'_size)) == cl.uint_to_t (cl.v (cl.get_bitfield y 0 bitsum'_size))) | BitField sz rest -> assert (cl.v (cl.get_bitfield x (bitsum'_size - sz) (bitsum'_size)...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.destr_bitsum'_t
val destr_bitsum'_t (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#from: nat) (b: bitsum' cl from) : Tot (Type u#(a + 1))
val destr_bitsum'_t (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#from: nat) (b: bitsum' cl from) : Tot (Type u#(a + 1))
let destr_bitsum'_t (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#from: nat) (b: bitsum' cl from) : Tot (Type u#(a + 1)) = (u: (bitsum'_type b -> Tot (Type u#a))) -> (u_if: ((k: Ghost.erased (bitsum'_type b)) -> Tot (if_combinator_weak (u (Ghost.reveal k))))) -> (f: ((k: bitsum'_type b) -> Tot (u k))) ->...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 29, "end_line": 1293, "start_col": 0, "start_line": 1282 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "L...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 3, "max_fuel": 8, "max_ifuel": 3, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl from -> Type
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "FStar.Ghost.erased", "LowParse.Spec.BitSum.if_combinator_weak", "FStar.Ghost.reveal", "LowParse.Spec.Combinators.parse_filter_refine", "LowParse.Spec.BitSu...
[]
false
false
false
false
true
let destr_bitsum'_t (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#from: nat) (b: bitsum' cl from) : Tot (Type u#(a + 1)) =
u: (bitsum'_type b -> Tot (Type u#a)) -> u_if: (k: Ghost.erased (bitsum'_type b) -> Tot (if_combinator_weak (u (Ghost.reveal k)))) -> f: (k: bitsum'_type b -> Tot (u k)) -> x: parse_filter_refine (filter_bitsum' b) -> Tot (u (synth_bitsum' b x))
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.bitsum'_key_of_t
val bitsum'_key_of_t (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot (bitsum'_key_type b) (decreases (bitsum'_size))
val bitsum'_key_of_t (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot (bitsum'_key_type b) (decreases (bitsum'_size))
let rec bitsum'_key_of_t (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot (bitsum'_key_type b) (decreases (bitsum'_size)) = match b with | BitStop _ -> () | BitField sz rest -> begin match bitsum'_type_elim_BitField cl bitsum'...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 7, "end_line": 613, "start_col": 0, "start_line": 593 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl bitsum'_size -> x: LowParse.Spec.BitSum.bitsum'_type b -> Prims.Tot (LowParse.Spec.BitSum.bitsum'_key_type b)
Prims.Tot
[ "total", "" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.nat", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "Prims.squash", "Prims.eq2", "Prims.int", "Prims.l_and", "Prims.b2t", "Prims.op_GreaterThan", "Prims.op_LessThanOrEqual", "Prims.op_Subtraction", "L...
[ "recursion" ]
false
false
false
false
false
let rec bitsum'_key_of_t (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (#bitsum'_size: nat) (b: bitsum' cl bitsum'_size) (x: bitsum'_type b) : Tot (bitsum'_key_type b) (decreases (bitsum'_size)) =
match b with | BitStop _ -> () | BitField sz rest -> (match bitsum'_type_elim_BitField cl bitsum'_size sz rest x with | _, tl -> bitsum'_key_type_intro_BitField cl bitsum'_size sz rest (bitsum'_key_of_t rest tl)) | BitSum' key key_size e payload -> match bitsum'_type_elim_BitSum' cl bitsum'_size key key_size e ...
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.parse_bitsum_kind
val parse_bitsum_kind (kt: parser_kind) (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (f: (x: bitsum'_key_type b -> Tot (k: parser_kind & parser k (type_of_tag x)))) : Tot parser_kind
val parse_bitsum_kind (kt: parser_kind) (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (f: (x: bitsum'_key_type b -> Tot (k: parser_kind & parser k (type_of_tag x)))) : Tot parser_kind
let parse_bitsum_kind (kt: parser_kind) (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (f: (x: bitsum'_key_type b) -> Tot (k: parser_kind & parser k (type_of_tag x))) : Tot parser_kind = and_then_kind (parse_filter_kind kt) (weaken_parse_bi...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 87, "end_line": 770, "start_col": 0, "start_line": 761 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 3, "max_fuel": 8, "max_ifuel": 3, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
kt: LowParse.Spec.Base.parser_kind -> b: LowParse.Spec.BitSum.bitsum' cl tot -> type_of_tag: (_: LowParse.Spec.BitSum.bitsum'_key_type b -> Type) -> f: (x: LowParse.Spec.BitSum.bitsum'_key_type b -> Prims.dtuple2 LowParse.Spec.Base.parser_kind (fun k -> LowParse.Spec.Base....
Prims.Tot
[ "total" ]
[]
[ "LowParse.Spec.Base.parser_kind", "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_key_type", "Prims.dtuple2", "LowParse.Spec.Base.parser", "LowParse.Spec.Combinators.and_then_kind", "LowParse.Spec.Combinators.parse_filter_kind...
[]
false
false
false
false
false
let parse_bitsum_kind (kt: parser_kind) (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (f: (x: bitsum'_key_type b -> Tot (k: parser_kind & parser k (type_of_tag x)))) : Tot parser_kind =
and_then_kind (parse_filter_kind kt) (weaken_parse_bitsum_cases_kind b type_of_tag f)
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.weaken_parse_bitsum_cases_kind
val weaken_parse_bitsum_cases_kind (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (f: (x: bitsum'_key_type b -> Tot (k: parser_kind & parser k (type_of_tag x)))) : Tot (k: parser_kind{forall (x: bitsum'_key_type b)...
val weaken_parse_bitsum_cases_kind (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (f: (x: bitsum'_key_type b -> Tot (k: parser_kind & parser k (type_of_tag x)))) : Tot (k: parser_kind{forall (x: bitsum'_key_type b)...
let weaken_parse_bitsum_cases_kind (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (f: (x: bitsum'_key_type b) -> Tot (k: parser_kind & parser k (type_of_tag x))) : Tot (k: parser_kind { forall (x: bitsum'_key_type b) . k `is_weaker_than` dfst...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 3, "end_line": 725, "start_col": 0, "start_line": 715 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 3, "max_fuel": 8, "max_ifuel": 3, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl tot -> type_of_tag: (_: LowParse.Spec.BitSum.bitsum'_key_type b -> Type) -> f: (x: LowParse.Spec.BitSum.bitsum'_key_type b -> Prims.dtuple2 LowParse.Spec.Base.parser_kind (fun k -> LowParse.Spec.Base.parser k (type_of_tag x))) -> k: Low...
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_key_type", "Prims.dtuple2", "LowParse.Spec.Base.parser_kind", "LowParse.Spec.Base.parser", "Prims.unit", "Prims.l_True", "Prims.squash", "LowParse.Spec.Base.is_weaker_than", ...
[]
false
false
false
false
false
let weaken_parse_bitsum_cases_kind (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (f: (x: bitsum'_key_type b -> Tot (k: parser_kind & parser k (type_of_tag x)))) : Tot (k: parser_kind{forall (x: bitsum'_key_type b)...
let (| k , phi |) = weaken_parse_bitsum_cases_kind' b (fun k -> dfst (f k)) in Classical.forall_intro phi; k
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.parse_bitsum
val parse_bitsum (#kt: parser_kind) (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#data: Type) (tag_of_data: (data -> Tot (bitsum'_type b))) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (synth_case: synth_case_t b data tag_of_data type_of_tag)...
val parse_bitsum (#kt: parser_kind) (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#data: Type) (tag_of_data: (data -> Tot (bitsum'_type b))) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (synth_case: synth_case_t b data tag_of_data type_of_tag)...
let parse_bitsum (#kt: parser_kind) (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#data: Type) (tag_of_data: (data -> Tot (bitsum'_type b))) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (synth_case: synth_case_t b data tag_of_data type_of_tag) (p: parser kt t) (f: (x: bitsum...
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 63, "end_line": 792, "start_col": 0, "start_line": 772 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "LowParse.BitFields", "short_module": null }, { "abbrev": false, "full_mo...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 3, "max_fuel": 8, "max_ifuel": 3, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
b: LowParse.Spec.BitSum.bitsum' cl tot -> tag_of_data: (_: data -> LowParse.Spec.BitSum.bitsum'_type b) -> type_of_tag: (_: LowParse.Spec.BitSum.bitsum'_key_type b -> Type) -> synth_case: LowParse.Spec.BitSum.synth_case_t b data tag_of_data type_of_tag -> p: LowParse.Spec.Base.parser kt t -> f:...
Prims.Tot
[ "total" ]
[]
[ "LowParse.Spec.Base.parser_kind", "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "LowParse.Spec.BitSum.bitsum'", "LowParse.Spec.BitSum.bitsum'_type", "LowParse.Spec.BitSum.bitsum'_key_type", "LowParse.Spec.BitSum.synth_case_t", "LowParse.Spec.Base.parser", "Prims.dtuple2", "LowParse.S...
[]
false
false
false
false
false
let parse_bitsum (#kt: parser_kind) (#tot: pos) (#t: eqtype) (#cl: uint_t tot t) (b: bitsum' cl tot) (#data: Type) (tag_of_data: (data -> Tot (bitsum'_type b))) (type_of_tag: (bitsum'_key_type b -> Tot Type)) (synth_case: synth_case_t b data tag_of_data type_of_tag)...
parse_tagged_union #(parse_filter_kind kt) #(bitsum'_type b) (parse_bitsum' b p) #(data) (tag_of_data) #(weaken_parse_bitsum_cases_kind b type_of_tag f) (parse_bitsum_cases b tag_of_data type_of_tag synth_case f)
false
LowParse.Spec.BitSum.fst
LowParse.Spec.BitSum.filter_bitsum'_bitstop
val filter_bitsum'_bitstop (#tot: pos) (#t: eqtype) (cl: uint_t tot t) : Tot (filter_bitsum'_t #tot #t #cl #0 (BitStop ()))
val filter_bitsum'_bitstop (#tot: pos) (#t: eqtype) (cl: uint_t tot t) : Tot (filter_bitsum'_t #tot #t #cl #0 (BitStop ()))
let filter_bitsum'_bitstop (#tot: pos) (#t: eqtype) (cl: uint_t tot t) : Tot (filter_bitsum'_t #tot #t #cl #0 (BitStop ())) = fun _ -> true
{ "file_name": "src/lowparse/LowParse.Spec.BitSum.fst", "git_rev": "00217c4a89f5ba56002ba9aa5b4a9d5903bfe9fa", "git_url": "https://github.com/project-everest/everparse.git", "project_name": "everparse" }
{ "end_col": 15, "end_line": 1089, "start_col": 0, "start_line": 1084 }
module LowParse.Spec.BitSum include LowParse.Spec.Enum include LowParse.BitFields module L = FStar.List.Tot // IMPORTANT: these bitfield operators are defined in a MOST // significant bit (MSB) first fashion. noeq type bitsum' (#tot: pos) (#t: eqtype) (cl: uint_t tot t) (bitsum'_size: nat) = | BitStop of (sq...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "LowParse.Spec.Enum.fst.checked", "LowParse.BitFields.fsti.checked", "FStar.Seq.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked"...
[ { "abbrev": true, "full_module": "FStar.Seq", "short_module": "Seq" }, { "abbrev": true, "full_module": "LowParse.BitFields", "short_module": "BF" }, { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": false, "full_module": "L...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 3, "max_fuel": 8, "max_ifuel": 3, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
cl: LowParse.BitFields.uint_t tot t -> LowParse.Spec.BitSum.filter_bitsum'_t (LowParse.Spec.BitSum.BitStop ())
Prims.Tot
[ "total" ]
[]
[ "Prims.pos", "Prims.eqtype", "LowParse.BitFields.uint_t", "Prims.bool", "Prims.eq2", "LowParse.Spec.BitSum.filter_bitsum'", "LowParse.Spec.BitSum.BitStop", "LowParse.Spec.BitSum.filter_bitsum'_t" ]
[]
false
false
false
false
false
let filter_bitsum'_bitstop (#tot: pos) (#t: eqtype) (cl: uint_t tot t) : Tot (filter_bitsum'_t #tot #t #cl #0 (BitStop ())) =
fun _ -> true
false
FStar.Monotonic.HyperHeap.fsti
FStar.Monotonic.HyperHeap.modifies_just
val modifies_just : s: FStar.Set.set FStar.Monotonic.HyperHeap.rid -> m0: FStar.Monotonic.HyperHeap.hmap -> m1: FStar.Monotonic.HyperHeap.hmap -> Prims.logical
let modifies_just (s:Set.set rid) (m0:hmap) (m1:hmap) = Map.equal m1 (Map.concat m1 (Map.restrict (Set.complement s) m0)) /\ Set.subset (Map.domain m0) (Map.domain m1)
{ "file_name": "ulib/FStar.Monotonic.HyperHeap.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 44, "end_line": 116, "start_col": 0, "start_line": 114 }
(* Copyright 2008-2014 Nikhil Swamy, Aseem Rastogi, and Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless r...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Heap.fsti.checked", "FStar.Map.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ],...
[ { "abbrev": false, "full_module": "FStar.Ghost", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Heap", "short_module": null }, { "abbrev": true, "full_module": "FStar.Map", "short_module": "Map" }, { "abbrev": true, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: FStar.Set.set FStar.Monotonic.HyperHeap.rid -> m0: FStar.Monotonic.HyperHeap.hmap -> m1: FStar.Monotonic.HyperHeap.hmap -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "FStar.Set.set", "FStar.Monotonic.HyperHeap.rid", "FStar.Monotonic.HyperHeap.hmap", "Prims.l_and", "FStar.Map.equal", "FStar.Monotonic.Heap.heap", "FStar.Map.concat", "FStar.Map.restrict", "FStar.Set.complement", "FStar.Set.subset", "FStar.Map.domain", "Prims.logical" ]
[]
false
false
false
true
true
let modifies_just (s: Set.set rid) (m0 m1: hmap) =
Map.equal m1 (Map.concat m1 (Map.restrict (Set.complement s) m0)) /\ Set.subset (Map.domain m0) (Map.domain m1)
false
FStar.Monotonic.HyperHeap.fsti
FStar.Monotonic.HyperHeap.modifies
val modifies : s: FStar.Set.set FStar.Monotonic.HyperHeap.rid -> m0: FStar.Monotonic.HyperHeap.hmap -> m1: FStar.Monotonic.HyperHeap.hmap -> Prims.logical
let modifies (s:Set.set rid) (m0:hmap) (m1:hmap) = Map.equal m1 (Map.concat m1 (Map.restrict (Set.complement (mod_set s)) m0)) /\ Set.subset (Map.domain m0) (Map.domain m1)
{ "file_name": "ulib/FStar.Monotonic.HyperHeap.fsti", "git_rev": "10183ea187da8e8c426b799df6c825e24c0767d3", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
{ "end_col": 44, "end_line": 112, "start_col": 0, "start_line": 110 }
(* Copyright 2008-2014 Nikhil Swamy, Aseem Rastogi, and Microsoft Research Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless r...
{ "checked_file": "/", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Monotonic.Heap.fsti.checked", "FStar.Map.fsti.checked", "FStar.List.Tot.fst.checked", "FStar.Ghost.fsti.checked" ],...
[ { "abbrev": false, "full_module": "FStar.Ghost", "short_module": null }, { "abbrev": false, "full_module": "FStar.Monotonic.Heap", "short_module": null }, { "abbrev": true, "full_module": "FStar.Map", "short_module": "Map" }, { "abbrev": true, "full_module": "...
{ "detail_errors": false, "detail_hint_replay": false, "initial_fuel": 2, "initial_ifuel": 1, "max_fuel": 8, "max_ifuel": 2, "no_plugins": false, "no_smt": false, "no_tactics": false, "quake_hi": 1, "quake_keep": false, "quake_lo": 1, "retry": false, "reuse_hint_for": null, "smtencoding_el...
false
s: FStar.Set.set FStar.Monotonic.HyperHeap.rid -> m0: FStar.Monotonic.HyperHeap.hmap -> m1: FStar.Monotonic.HyperHeap.hmap -> Prims.logical
Prims.Tot
[ "total" ]
[]
[ "FStar.Set.set", "FStar.Monotonic.HyperHeap.rid", "FStar.Monotonic.HyperHeap.hmap", "Prims.l_and", "FStar.Map.equal", "FStar.Monotonic.Heap.heap", "FStar.Map.concat", "FStar.Map.restrict", "FStar.Set.complement", "FStar.Monotonic.HyperHeap.mod_set", "FStar.Set.subset", "FStar.Map.domain", "P...
[]
false
false
false
true
true
let modifies (s: Set.set rid) (m0 m1: hmap) =
Map.equal m1 (Map.concat m1 (Map.restrict (Set.complement (mod_set s)) m0)) /\ Set.subset (Map.domain m0) (Map.domain m1)
false