effect
stringclasses
48 values
original_source_type
stringlengths
0
23k
opens_and_abbrevs
listlengths
2
92
isa_cross_project_example
bool
1 class
source_definition
stringlengths
9
57.9k
partial_definition
stringlengths
7
23.3k
is_div
bool
2 classes
is_type
null
is_proof
bool
2 classes
completed_definiton
stringlengths
1
250k
dependencies
dict
effect_flags
listlengths
0
2
ideal_premises
listlengths
0
236
mutual_with
listlengths
0
11
file_context
stringlengths
0
407k
interleaved
bool
1 class
is_simply_typed
bool
2 classes
file_name
stringlengths
5
48
vconfig
dict
is_simple_lemma
null
source_type
stringlengths
10
23k
proof_features
listlengths
0
1
name
stringlengths
8
95
source
dict
verbose_type
stringlengths
1
7.42k
source_range
dict
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let index_into_singleton_fact (_: squash (singleton_length_one_fact u#a)) = forall (ty: Type u#a) (v: ty).{:pattern index (singleton v) 0} index (singleton v) 0 == v
let index_into_singleton_fact (_: squash (singleton_length_one_fact u#a)) =
false
null
false
forall (ty: Type u#a) (v: ty). {:pattern index (singleton v) 0} index (singleton v) 0 == v
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.singleton_length_one_fact", "Prims.l_Forall", "Prims.eq2", "FStar.Sequence.Base.index", "FStar.Sequence.Base.singleton", "Prims.logical" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val index_into_singleton_fact : _: Prims.squash FStar.Sequence.Base.singleton_length_one_fact -> Prims.logical
[]
FStar.Sequence.Base.index_into_singleton_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.singleton_length_one_fact -> Prims.logical
{ "end_col": 31, "end_line": 211, "start_col": 2, "start_line": 210 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let take_length_fact = forall (ty: Type u#a) (s: seq ty) (n: nat).{:pattern length (take s n)} n <= length s ==> length (take s n) = n
let take_length_fact =
false
null
false
forall (ty: Type u#a) (s: seq ty) (n: nat). {:pattern length (take s n)} n <= length s ==> length (take s n) = n
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Sequence.Base.length", "Prims.op_Equality", "FStar.Sequence.Base.take" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val take_length_fact : Prims.logical
[]
FStar.Sequence.Base.take_length_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 43, "end_line": 350, "start_col": 2, "start_line": 349 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let index_after_append_fact (_: squash (append_sums_lengths_fact u#a)) = forall (ty: Type u#a) (s0: seq ty) (s1: seq ty) (n: nat{n < length (append s0 s1)}) .{:pattern index (append s0 s1) n} (n < length s0 ==> index (append s0 s1) n == index s0 n) /\ (length s0 <= n ==> index (append s0 s1) n == index ...
let index_after_append_fact (_: squash (append_sums_lengths_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s0: seq ty) (s1: seq ty) (n: nat{n < length (append s0 s1)}). {:pattern index (append s0 s1) n} (n < length s0 ==> index (append s0 s1) n == index s0 n) /\ (length s0 <= n ==> index (append s0 s1) n == index s1 (n - length s0))
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.append_sums_lengths_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "FStar.Sequence.Base.length", "FStar.Sequence.Base.append", "Prims.l_and", "Prims.l_imp", "Prims.eq2", "FStar.Sequence.Base.index", "P...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val index_after_append_fact : _: Prims.squash FStar.Sequence.Base.append_sums_lengths_fact -> Prims.logical
[]
FStar.Sequence.Base.index_after_append_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.append_sums_lengths_fact -> Prims.logical
{ "end_col": 78, "end_line": 223, "start_col": 2, "start_line": 220 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let equal_def_fact = forall (ty: Type u#a) (s0: seq ty) (s1: seq ty).{:pattern equal s0 s1} equal s0 s1 <==> length s0 == length s1 /\ (forall j.{:pattern index s0 j \/ index s1 j} 0 <= j && j < length s0 ==> index s0 j == index s1 j)
let equal_def_fact =
false
null
false
forall (ty: Type u#a) (s0: seq ty) (s1: seq ty). {:pattern equal s0 s1} equal s0 s1 <==> length s0 == length s1 /\ (forall j. {:pattern index s0 j\/index s1 j} 0 <= j && j < length s0 ==> index s0 j == index s1 j)
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.l_iff", "FStar.Sequence.Base.equal", "Prims.l_and", "Prims.eq2", "Prims.nat", "FStar.Sequence.Base.length", "Prims.int", "Prims.b2t", "Prims.op_GreaterThanOrEqual", "Prims.op_LessThan", "Prims.l_imp", "Prims.op_AmpAmp", "Prims.op_LessTh...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val equal_def_fact : Prims.logical
[]
FStar.Sequence.Base.equal_def_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 60, "end_line": 316, "start_col": 2, "start_line": 312 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let drop_contains_equiv_exists_fact = forall (ty: Type u#a) (s: seq ty) (n: nat{n <= length s}) (x: ty).{:pattern contains (drop s n) x} contains (drop s n) x <==> (exists (i: nat).{:pattern index s i} n <= i && i < length s /\ index s i == x)
let drop_contains_equiv_exists_fact =
false
null
false
forall (ty: Type u#a) (s: seq ty) (n: nat{n <= length s}) (x: ty). {:pattern contains (drop s n) x} contains (drop s n) x <==> (exists (i: nat). {:pattern index s i} n <= i && i < length s /\ index s i == x)
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Sequence.Base.length", "Prims.l_iff", "FStar.Sequence.Base.contains", "FStar.Sequence.Base.drop", "Prims.l_Exists", "Prims.l_and", "Prims.op_AmpAmp", "Prims.op_LessThan", "Prims.eq2", ...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val drop_contains_equiv_exists_fact : Prims.logical
[]
FStar.Sequence.Base.drop_contains_equiv_exists_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 83, "end_line": 301, "start_col": 2, "start_line": 299 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let index_into_take_fact (_ : squash (take_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (n: nat) (j: nat). {:pattern index (take s n) j \/ index s j ; take s n} j < n && n <= length s ==> index (take s n) j == index s j
let index_into_take_fact (_: squash (take_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (n: nat) (j: nat). {:pattern index (take s n) j\/index s j; take s n} j < n && n <= length s ==> index (take s n) j == index s j
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.take_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThan", "Prims.op_LessThanOrEqual", "FStar.Sequence.Base.length", "Prims.eq2", "FStar.Sequence.Base.index", "FStar.S...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val index_into_take_fact : _: Prims.squash FStar.Sequence.Base.take_length_fact -> Prims.logical
[]
FStar.Sequence.Base.index_into_take_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.take_length_fact -> Prims.logical
{ "end_col": 62, "end_line": 364, "start_col": 2, "start_line": 362 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let is_prefix_def_fact = forall (ty: Type u#a) (s0: seq ty) (s1: seq ty).{:pattern is_prefix s0 s1} is_prefix s0 s1 <==> length s0 <= length s1 /\ (forall (j: nat).{:pattern index s0 j \/ index s1 j} j < length s0 ==> index s0 j == index s1 j)
let is_prefix_def_fact =
false
null
false
forall (ty: Type u#a) (s0: seq ty) (s1: seq ty). {:pattern is_prefix s0 s1} is_prefix s0 s1 <==> length s0 <= length s1 /\ (forall (j: nat). {:pattern index s0 j\/index s1 j} j < length s0 ==> index s0 j == index s1 j)
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.l_iff", "FStar.Sequence.Base.is_prefix", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Sequence.Base.length", "Prims.nat", "Prims.l_imp", "Prims.op_LessThan", "Prims.eq2", "FStar.Sequence.Base.index" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val is_prefix_def_fact : Prims.logical
[]
FStar.Sequence.Base.is_prefix_def_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 52, "end_line": 341, "start_col": 2, "start_line": 337 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let append_then_take_or_drop_fact (_ : squash (append_sums_lengths_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (t: seq ty) (n: nat). {:pattern take (append s t) n \/ drop (append s t) n} n = length s ==> take (append s t) n == s /\ drop (append s t) n == t
let append_then_take_or_drop_fact (_: squash (append_sums_lengths_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (t: seq ty) (n: nat). {:pattern take (append s t) n\/drop (append s t) n} n = length s ==> take (append s t) n == s /\ drop (append s t) n == t
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.append_sums_lengths_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_Equality", "FStar.Sequence.Base.length", "Prims.l_and", "Prims.eq2", "FStar.Sequence.Base.take", "FStar.Sequence.Base.append", "FS...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val append_then_take_or_drop_fact : _: Prims.squash FStar.Sequence.Base.append_sums_lengths_fact -> Prims.logical
[]
FStar.Sequence.Base.append_then_take_or_drop_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.append_sums_lengths_fact -> Prims.logical
{ "end_col": 73, "end_line": 415, "start_col": 2, "start_line": 413 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let update_then_index_fact = forall (ty: Type u#a) (s: seq ty) (i: nat{i < length s}) (v: ty) (n: nat{n < length (update s i v)}) .{:pattern index (update s i v) n} n < length s ==> (i = n ==> index (update s i v) n == v) /\ (i <> n ==> index (update s i v) n == index s n)
let update_then_index_fact =
false
null
false
forall (ty: Type u#a) (s: seq ty) (i: nat{i < length s}) (v: ty) (n: nat{n < length (update s i v)}). {:pattern index (update s i v) n} n < length s ==> (i = n ==> index (update s i v) n == v) /\ (i <> n ==> index (update s i v) n == index s n)
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "FStar.Sequence.Base.length", "FStar.Sequence.Base.update", "Prims.l_imp", "Prims.l_and", "Prims.op_Equality", "Prims.l_or", "Prims.eq2", "FStar.Sequence.Base.index", "Prims.op_disEquality" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val update_then_index_fact : Prims.logical
[]
FStar.Sequence.Base.update_then_index_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 59, "end_line": 246, "start_col": 2, "start_line": 242 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let take_ignores_out_of_range_update_fact (_ : squash (update_maintains_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (i: nat) (v: ty) (n: nat).{:pattern take (update s i v) n} n <= i && i < length s ==> take (update s i v) n == take s n
let take_ignores_out_of_range_update_fact (_: squash (update_maintains_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (i: nat) (v: ty) (n: nat). {:pattern take (update s i v) n} n <= i && i < length s ==> take (update s i v) n == take s n
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.update_maintains_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "FStar.Sequence.Base.length", "Prims.eq2", "FStar.Sequence.Base.take",...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val take_ignores_out_of_range_update_fact : _: Prims.squash FStar.Sequence.Base.update_maintains_length_fact -> Prims.logical
[]
FStar.Sequence.Base.take_ignores_out_of_range_update_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.update_maintains_length_fact -> Prims.logical
{ "end_col": 37, "end_line": 439, "start_col": 2, "start_line": 437 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let index_into_build_fact (_: squash (build_increments_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (v: ty) (i: nat{i < length (build s v)}) .{:pattern index (build s v) i} (i = length s ==> index (build s v) i == v) /\ (i <> length s ==> index (build s v) i == index s i)
let index_into_build_fact (_: squash (build_increments_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (v: ty) (i: nat{i < length (build s v)}). {:pattern index (build s v) i} (i = length s ==> index (build s v) i == v) /\ (i <> length s ==> index (build s v) i == index s i)
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.build_increments_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "FStar.Sequence.Base.length", "FStar.Sequence.Base.build", "Prims.l_and", "Prims.l_imp", "Prims.op_Equality", "Prims.eq2", "FStar....
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val index_into_build_fact : _: Prims.squash FStar.Sequence.Base.build_increments_length_fact -> Prims.logical
[]
FStar.Sequence.Base.index_into_build_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.build_increments_length_fact -> Prims.logical
{ "end_col": 59, "end_line": 194, "start_col": 2, "start_line": 191 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let take_ranks_less_fact = forall (ty: Type u#a) (s: seq ty) (i: nat).{:pattern length (take s i)} i < length s ==> length (take s i) << length s
let take_ranks_less_fact =
false
null
false
forall (ty: Type u#a) (s: seq ty) (i: nat). {:pattern length (take s i)} i < length s ==> length (take s i) << length s
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_LessThan", "FStar.Sequence.Base.length", "Prims.precedes", "FStar.Sequence.Base.take" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val take_ranks_less_fact : Prims.logical
[]
FStar.Sequence.Base.take_ranks_less_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 50, "end_line": 514, "start_col": 2, "start_line": 513 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let index_into_drop_fact (_ : squash (drop_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (n: nat) (j: nat). {:pattern index (drop s n) j} j < length s - n ==> index (drop s n) j == index s (j + n)
let index_into_drop_fact (_: squash (drop_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (n: nat) (j: nat). {:pattern index (drop s n) j} j < length s - n ==> index (drop s n) j == index s (j + n)
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.drop_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_LessThan", "Prims.op_Subtraction", "FStar.Sequence.Base.length", "Prims.eq2", "FStar.Sequence.Base.index", "FStar.Sequence.Base.drop", "Pr...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val index_into_drop_fact : _: Prims.squash FStar.Sequence.Base.drop_length_fact -> Prims.logical
[]
FStar.Sequence.Base.index_into_drop_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.drop_length_fact -> Prims.logical
{ "end_col": 62, "end_line": 387, "start_col": 2, "start_line": 385 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let drop_ranks_less_fact = forall (ty: Type u#a) (s: seq ty) (i: nat).{:pattern rank (drop s i)} 0 < i && i <= length s ==> rank (drop s i) << rank s
let drop_ranks_less_fact =
false
null
false
forall (ty: Type u#a) (s: seq ty) (i: nat). {:pattern rank (drop s i)} 0 < i && i <= length s ==> rank (drop s i) << rank s
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThan", "Prims.op_LessThanOrEqual", "FStar.Sequence.Base.length", "Prims.precedes", "FStar.Sequence.Base.rank", "FStar.Sequence.Base.drop" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val drop_ranks_less_fact : Prims.logical
[]
FStar.Sequence.Base.drop_ranks_less_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 56, "end_line": 501, "start_col": 2, "start_line": 500 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let drop_zero_fact = forall (ty: Type u#a) (s: seq ty) (n: nat).{:pattern drop s n} n = 0 ==> drop s n == s
let drop_zero_fact =
false
null
false
forall (ty: Type u#a) (s: seq ty) (n: nat). {:pattern drop s n} n = 0 ==> drop s n == s
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_Equality", "Prims.int", "Prims.eq2", "FStar.Sequence.Base.drop" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val drop_zero_fact : Prims.logical
[]
FStar.Sequence.Base.drop_zero_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 27, "end_line": 538, "start_col": 2, "start_line": 537 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let drop_commutes_with_build_fact (_ : squash (build_increments_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (v: ty) (n: nat).{:pattern drop (build s v) n} n <= length s ==> drop (build s v) n == build (drop s n) v
let drop_commutes_with_build_fact (_: squash (build_increments_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (v: ty) (n: nat). {:pattern drop (build s v) n} n <= length s ==> drop (build s v) n == build (drop s n) v
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.build_increments_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Sequence.Base.length", "Prims.eq2", "FStar.Sequence.Base.drop", "FStar.Sequence.Base.build", "Prims.log...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val drop_commutes_with_build_fact : _: Prims.squash FStar.Sequence.Base.build_increments_length_fact -> Prims.logical
[]
FStar.Sequence.Base.drop_commutes_with_build_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.build_increments_length_fact -> Prims.logical
{ "end_col": 62, "end_line": 476, "start_col": 2, "start_line": 475 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let drop_index_offset_fact (_ : squash (drop_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (n: nat) (k: nat). {:pattern index s k; drop s n} n <= k && k < length s ==> index (drop s n) (k - n) == index s k
let drop_index_offset_fact (_: squash (drop_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (n: nat) (k: nat). {:pattern index s k; drop s n} n <= k && k < length s ==> index (drop s n) (k - n) == index s k
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.drop_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "FStar.Sequence.Base.length", "Prims.eq2", "FStar.Sequence.Base.index", "FStar.S...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val drop_index_offset_fact : _: Prims.squash FStar.Sequence.Base.drop_length_fact -> Prims.logical
[]
FStar.Sequence.Base.drop_index_offset_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.drop_length_fact -> Prims.logical
{ "end_col": 68, "end_line": 400, "start_col": 2, "start_line": 398 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let append_take_drop_ranks_less_fact = forall (ty: Type u#a) (s: seq ty) (i: nat) (j: nat).{:pattern length (append (take s i) (drop s j))} i < j && j <= length s ==> length (append (take s i) (drop s j)) << length s
let append_take_drop_ranks_less_fact =
false
null
false
forall (ty: Type u#a) (s: seq ty) (i: nat) (j: nat). {:pattern length (append (take s i) (drop s j))} i < j && j <= length s ==> length (append (take s i) (drop s j)) << length s
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThan", "Prims.op_LessThanOrEqual", "FStar.Sequence.Base.length", "Prims.precedes", "FStar.Sequence.Base.append", "FStar.Sequence.Base.take", "FStar.Sequence.Base.drop" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val append_take_drop_ranks_less_fact : Prims.logical
[]
FStar.Sequence.Base.append_take_drop_ranks_less_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 80, "end_line": 529, "start_col": 2, "start_line": 528 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let take_zero_fact = forall (ty: Type u#a) (s: seq ty) (n: nat).{:pattern take s n} n = 0 ==> take s n == empty
let take_zero_fact =
false
null
false
forall (ty: Type u#a) (s: seq ty) (n: nat). {:pattern take s n} n = 0 ==> take s n == empty
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_Equality", "Prims.int", "Prims.eq2", "FStar.Sequence.Base.take", "FStar.Sequence.Base.empty" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val take_zero_fact : Prims.logical
[]
FStar.Sequence.Base.take_zero_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 31, "end_line": 547, "start_col": 2, "start_line": 546 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let drop_ignores_out_of_range_update_fact (_ : squash (update_maintains_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (i: nat) (v: ty) (n: nat).{:pattern drop (update s i v) n} i < n && n <= length s ==> drop (update s i v) n == drop s n
let drop_ignores_out_of_range_update_fact (_: squash (update_maintains_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (i: nat) (v: ty) (n: nat). {:pattern drop (update s i v) n} i < n && n <= length s ==> drop (update s i v) n == drop s n
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.update_maintains_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThan", "Prims.op_LessThanOrEqual", "FStar.Sequence.Base.length", "Prims.eq2", "FStar.Sequence.Base.drop",...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val drop_ignores_out_of_range_update_fact : _: Prims.squash FStar.Sequence.Base.update_maintains_length_fact -> Prims.logical
[]
FStar.Sequence.Base.drop_ignores_out_of_range_update_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.update_maintains_length_fact -> Prims.logical
{ "end_col": 37, "end_line": 465, "start_col": 2, "start_line": 463 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let take_commutes_with_in_range_update_fact (_ : squash (update_maintains_length_fact u#a /\ take_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (i: nat) (v: ty) (n: nat).{:pattern take (update s i v) n} i < n && n <= length s ==> take (update s i v) n == update (take s n) i v
let take_commutes_with_in_range_update_fact (_: squash (update_maintains_length_fact u#a /\ take_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (i: nat) (v: ty) (n: nat). {:pattern take (update s i v) n} i < n && n <= length s ==> take (update s i v) n == update (take s n) i v
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "Prims.l_and", "FStar.Sequence.Base.update_maintains_length_fact", "FStar.Sequence.Base.take_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThan", "Prims.op_LessThanOrEqual", "FStar.Sequence...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val take_commutes_with_in_range_update_fact : _: Prims.squash (FStar.Sequence.Base.update_maintains_length_fact /\ FStar.Sequence.Base.take_length_fact) -> Prims.logical
[]
FStar.Sequence.Base.take_commutes_with_in_range_update_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash (FStar.Sequence.Base.update_maintains_length_fact /\ FStar.Sequence.Base.take_length_fact) -> Prims.logical
{ "end_col": 50, "end_line": 428, "start_col": 2, "start_line": 426 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let drop_commutes_with_in_range_update_fact (_ : squash (update_maintains_length_fact u#a /\ drop_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (i: nat) (v: ty) (n: nat).{:pattern drop (update s i v) n} n <= i && i < length s ==> drop (update s i v) n == update (drop s n) (i - n) v
let drop_commutes_with_in_range_update_fact (_: squash (update_maintains_length_fact u#a /\ drop_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (i: nat) (v: ty) (n: nat). {:pattern drop (update s i v) n} n <= i && i < length s ==> drop (update s i v) n == update (drop s n) (i - n) v
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "Prims.l_and", "FStar.Sequence.Base.update_maintains_length_fact", "FStar.Sequence.Base.drop_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_AmpAmp", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "FStar.Sequence...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val drop_commutes_with_in_range_update_fact : _: Prims.squash (FStar.Sequence.Base.update_maintains_length_fact /\ FStar.Sequence.Base.drop_length_fact) -> Prims.logical
[]
FStar.Sequence.Base.drop_commutes_with_in_range_update_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash (FStar.Sequence.Base.update_maintains_length_fact /\ FStar.Sequence.Base.drop_length_fact) -> Prims.logical
{ "end_col": 56, "end_line": 452, "start_col": 2, "start_line": 450 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let all_seq_facts = length_of_empty_is_zero_fact u#a /\ length_zero_implies_empty_fact u#a /\ singleton_length_one_fact u#a /\ build_increments_length_fact u#a /\ index_into_build_fact u#a () /\ append_sums_lengths_fact u#a /\ index_into_singleton_fact u#a () /\ index_after_append_fact u#a () /\ upd...
let all_seq_facts =
false
null
false
length_of_empty_is_zero_fact u#a /\ length_zero_implies_empty_fact u#a /\ singleton_length_one_fact u#a /\ build_increments_length_fact u#a /\ index_into_build_fact u#a () /\ append_sums_lengths_fact u#a /\ index_into_singleton_fact u#a () /\ index_after_append_fact u#a () /\ update_maintains_length_fact u#a /\ update_...
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.l_and", "FStar.Sequence.Base.length_of_empty_is_zero_fact", "FStar.Sequence.Base.length_zero_implies_empty_fact", "FStar.Sequence.Base.singleton_length_one_fact", "FStar.Sequence.Base.build_increments_length_fact", "FStar.Sequence.Base.index_into_build_fact", "FStar.Sequence.Base.append_sums_leng...
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val all_seq_facts : Prims.logical
[]
FStar.Sequence.Base.all_seq_facts
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Prims.logical
{ "end_col": 31, "end_line": 601, "start_col": 4, "start_line": 565 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Sequence", "short_module": null }, { "abbrev": false, "full_module": "FStar.Pervasives", "short_module": null }, { "abbrev": false, "full_modul...
false
let drop_then_drop_fact (_: squash (drop_length_fact u#a)) = forall (ty: Type u#a) (s: seq ty) (m: nat) (n: nat).{:pattern drop (drop s m) n} m + n <= length s ==> drop (drop s m) n == drop s (m + n)
let drop_then_drop_fact (_: squash (drop_length_fact u#a)) =
false
null
false
forall (ty: Type u#a) (s: seq ty) (m: nat) (n: nat). {:pattern drop (drop s m) n} m + n <= length s ==> drop (drop s m) n == drop s (m + n)
{ "checked_file": "FStar.Sequence.Base.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Pervasives.fsti.checked" ], "interface_file": false, "source_file": "FStar.Sequence.Base.fsti" }
[ "total" ]
[ "Prims.squash", "FStar.Sequence.Base.drop_length_fact", "Prims.l_Forall", "FStar.Sequence.Base.seq", "Prims.nat", "Prims.l_imp", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_Addition", "FStar.Sequence.Base.length", "Prims.eq2", "FStar.Sequence.Base.drop", "Prims.logical" ]
[]
(* Copyright 2008-2021 Jay Lorch, Rustan Leino, Alex Summers, Dan Rosen, Nikhil Swamy, Microsoft Research, and contributors to the Dafny Project 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 th...
false
true
FStar.Sequence.Base.fsti
{ "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...
null
val drop_then_drop_fact : _: Prims.squash FStar.Sequence.Base.drop_length_fact -> Prims.logical
[]
FStar.Sequence.Base.drop_then_drop_fact
{ "file_name": "ulib/experimental/FStar.Sequence.Base.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
_: Prims.squash FStar.Sequence.Base.drop_length_fact -> Prims.logical
{ "end_col": 61, "end_line": 557, "start_col": 2, "start_line": 556 }
Prims.Tot
val pts_to_sl (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:a) : slprop u#1
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let pts_to_sl (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:a) = MHR.pts_to_sl r f (hide (U.raise_val v))
val pts_to_sl (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:a) : slprop u#1 let pts_to_sl (#a: Type) (#p: Preorder.preorder a) (r: ref a p) (f: perm) (v: a) =
false
null
false
MHR.pts_to_sl r f (hide (U.raise_val v))
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[ "total" ]
[ "FStar.Preorder.preorder", "Steel.MonotonicReference.ref", "Steel.FractionalPermission.perm", "Steel.MonotonicHigherReference.pts_to_sl", "FStar.Universe.raise_t", "Steel.MonotonicReference.raise_preorder", "FStar.Ghost.hide", "FStar.Universe.raise_val", "Steel.Memory.slprop" ]
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val pts_to_sl (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:a) : slprop u#1
[]
Steel.MonotonicReference.pts_to_sl
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.MonotonicReference.ref a p -> f: Steel.FractionalPermission.perm -> v: a -> Steel.Memory.slprop
{ "end_col": 46, "end_line": 43, "start_col": 6, "start_line": 43 }
Prims.Tot
val ref (a:Type u#0) (p:Preorder.preorder a) : Type u#0
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let ref a p = MHR.ref (FStar.Universe.raise_t a) (raise_preorder p)
val ref (a:Type u#0) (p:Preorder.preorder a) : Type u#0 let ref a p =
false
null
false
MHR.ref (FStar.Universe.raise_t a) (raise_preorder p)
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[ "total" ]
[ "FStar.Preorder.preorder", "Steel.MonotonicHigherReference.ref", "FStar.Universe.raise_t", "Steel.MonotonicReference.raise_preorder" ]
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val ref (a:Type u#0) (p:Preorder.preorder a) : Type u#0
[]
Steel.MonotonicReference.ref
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
a: Type0 -> p: FStar.Preorder.preorder a -> Type0
{ "end_col": 67, "end_line": 36, "start_col": 14, "start_line": 36 }
Prims.Tot
val witnessed (#a:Type u#0) (#p:Preorder.preorder a) (r:ref a p) (fact:property a) : Type0
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let witnessed (#a:Type u#0) (#p:Preorder.preorder a) (r:ref a p) (fact:property a) = MHR.witnessed r (lift_property fact)
val witnessed (#a:Type u#0) (#p:Preorder.preorder a) (r:ref a p) (fact:property a) : Type0 let witnessed (#a: Type u#0) (#p: Preorder.preorder a) (r: ref a p) (fact: property a) =
false
null
false
MHR.witnessed r (lift_property fact)
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[ "total" ]
[ "FStar.Preorder.preorder", "Steel.MonotonicReference.ref", "Steel.MonotonicReference.property", "Steel.MonotonicHigherReference.witnessed", "FStar.Universe.raise_t", "Steel.MonotonicReference.raise_preorder", "Steel.MonotonicReference.lift_property" ]
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val witnessed (#a:Type u#0) (#p:Preorder.preorder a) (r:ref a p) (fact:property a) : Type0
[]
Steel.MonotonicReference.witnessed
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.MonotonicReference.ref a p -> fact: Steel.MonotonicReference.property a -> Type0
{ "end_col": 40, "end_line": 78, "start_col": 4, "start_line": 78 }
Prims.Tot
val lift_property (#a: Type u#0) (p: property a) : MHR.property (U.raise_t a)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let lift_property (#a:Type u#0) (p:property a) : MHR.property (U.raise_t a) = fun x -> p (U.downgrade_val x)
val lift_property (#a: Type u#0) (p: property a) : MHR.property (U.raise_t a) let lift_property (#a: Type u#0) (p: property a) : MHR.property (U.raise_t a) =
false
null
false
fun x -> p (U.downgrade_val x)
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[ "total" ]
[ "Steel.MonotonicReference.property", "FStar.Universe.raise_t", "FStar.Universe.downgrade_val", "Prims.prop", "Steel.MonotonicHigherReference.property" ]
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val lift_property (#a: Type u#0) (p: property a) : MHR.property (U.raise_t a)
[]
Steel.MonotonicReference.lift_property
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
p: Steel.MonotonicReference.property a -> Steel.MonotonicHigherReference.property (FStar.Universe.raise_t a)
{ "end_col": 34, "end_line": 72, "start_col": 4, "start_line": 72 }
Prims.Tot
val raise_preorder (#a: Type0) (p: Preorder.preorder a) : Preorder.preorder (U.raise_t a)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let raise_preorder (#a:Type0) (p:Preorder.preorder a) : Preorder.preorder (U.raise_t a) = fun (x0 x1:U.raise_t a) -> p (U.downgrade_val x0) (U.downgrade_val x1)
val raise_preorder (#a: Type0) (p: Preorder.preorder a) : Preorder.preorder (U.raise_t a) let raise_preorder (#a: Type0) (p: Preorder.preorder a) : Preorder.preorder (U.raise_t a) =
false
null
false
fun (x0: U.raise_t a) (x1: U.raise_t a) -> p (U.downgrade_val x0) (U.downgrade_val x1)
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[ "total" ]
[ "FStar.Preorder.preorder", "FStar.Universe.raise_t", "FStar.Universe.downgrade_val" ]
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val raise_preorder (#a: Type0) (p: Preorder.preorder a) : Preorder.preorder (U.raise_t a)
[]
Steel.MonotonicReference.raise_preorder
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
p: FStar.Preorder.preorder a -> FStar.Preorder.preorder (FStar.Universe.raise_t a)
{ "end_col": 50, "end_line": 34, "start_col": 4, "start_line": 33 }
Steel.Effect.Atomic.SteelAtomicU
val recall (#inames: _) (#a:Type u#0) (#q:perm) (#p:Preorder.preorder a) (fact:property a) (r:erased (ref a p)) (v:erased a) (w:witnessed r fact) : SteelAtomicU unit inames (pts_to r q v) (fun _ -> pts_to r q v) (requires fun _ -> True) ...
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let recall (#inames: _) (#a:Type u#0) (#q:perm) (#p:Preorder.preorder a) (fact:property a) (r:erased (ref a p)) (v:erased a) (w:witnessed r fact) = MHR.recall (lift_property fact) r (hide (U.raise_val (reveal v))) w
val recall (#inames: _) (#a:Type u#0) (#q:perm) (#p:Preorder.preorder a) (fact:property a) (r:erased (ref a p)) (v:erased a) (w:witnessed r fact) : SteelAtomicU unit inames (pts_to r q v) (fun _ -> pts_to r q v) (requires fun _ -> True) ...
true
null
false
MHR.recall (lift_property fact) r (hide (U.raise_val (reveal v))) w
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[]
[ "Steel.Memory.inames", "Steel.FractionalPermission.perm", "FStar.Preorder.preorder", "Steel.MonotonicReference.property", "FStar.Ghost.erased", "Steel.MonotonicReference.ref", "Steel.MonotonicReference.witnessed", "FStar.Ghost.reveal", "Steel.MonotonicHigherReference.recall", "FStar.Universe.raise...
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val recall (#inames: _) (#a:Type u#0) (#q:perm) (#p:Preorder.preorder a) (fact:property a) (r:erased (ref a p)) (v:erased a) (w:witnessed r fact) : SteelAtomicU unit inames (pts_to r q v) (fun _ -> pts_to r q v) (requires fun _ -> True) ...
[]
Steel.MonotonicReference.recall
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
fact: Steel.MonotonicReference.property a -> r: FStar.Ghost.erased (Steel.MonotonicReference.ref a p) -> v: FStar.Ghost.erased a -> w: Steel.MonotonicReference.witnessed (FStar.Ghost.reveal r) fact -> Steel.Effect.Atomic.SteelAtomicU Prims.unit
{ "end_col": 71, "end_line": 101, "start_col": 4, "start_line": 101 }
Steel.Effect.Atomic.SteelAtomicUT
val witness (#inames: _) (#a:Type) (#q:perm) (#p:Preorder.preorder a) (r:erased (ref a p)) (fact:stable_property p) (v:erased a) (_:squash (fact v)) : SteelAtomicUT (witnessed r fact) inames (pts_to r q v) (fun _ -> pts_to r q v)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let witness (#inames: _) (#a:Type) (#q:perm) (#p:Preorder.preorder a) (r:erased (ref a p)) (fact:stable_property p) (v:erased a) (_:squash (fact v)) = MHR.witness r (lift_property fact) (hide (U.raise_val (reveal v))) ()
val witness (#inames: _) (#a:Type) (#q:perm) (#p:Preorder.preorder a) (r:erased (ref a p)) (fact:stable_property p) (v:erased a) (_:squash (fact v)) : SteelAtomicUT (witnessed r fact) inames (pts_to r q v) (fun _ -> pts_to r q v) let ...
true
null
false
MHR.witness r (lift_property fact) (hide (U.raise_val (reveal v))) ()
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[]
[ "Steel.Memory.inames", "Steel.FractionalPermission.perm", "FStar.Preorder.preorder", "FStar.Ghost.erased", "Steel.MonotonicReference.ref", "Steel.MonotonicReference.stable_property", "Prims.squash", "FStar.Ghost.reveal", "Steel.MonotonicHigherReference.witness", "FStar.Universe.raise_t", "Steel....
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val witness (#inames: _) (#a:Type) (#q:perm) (#p:Preorder.preorder a) (r:erased (ref a p)) (fact:stable_property p) (v:erased a) (_:squash (fact v)) : SteelAtomicUT (witnessed r fact) inames (pts_to r q v) (fun _ -> pts_to r q v)
[]
Steel.MonotonicReference.witness
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: FStar.Ghost.erased (Steel.MonotonicReference.ref a p) -> fact: Steel.MonotonicReference.stable_property p -> v: FStar.Ghost.erased a -> _: Prims.squash (fact (FStar.Ghost.reveal v)) -> Steel.Effect.Atomic.SteelAtomicUT (Steel.MonotonicReference.witnessed (FStar.Ghost.reveal r) fact)
{ "end_col": 73, "end_line": 90, "start_col": 4, "start_line": 90 }
Steel.Effect.Atomic.SteelGhostT
val share (#inames:_) (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:Ghost.erased a) : SteelGhostT unit inames (pts_to r f v) (fun _ -> pts_to r (half_perm f) v `star` pts_to r (half_perm f) v)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let share (#inames:_) (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:Ghost.erased a) : SteelGhostT unit inames (pts_to r f v) (fun _ -> pts_to r (half_perm f) v `star` pts_to r (half_perm f) v) = MHR.share r f (hide (U.raise_val (reveal v)))
val share (#inames:_) (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:Ghost.erased a) : SteelGhostT unit inames (pts_to r f v) (fun _ -> pts_to r (half_perm f) v `star` pts_to r (half_perm f) v) let share (#inames: _) (#a: Type) (#...
true
null
false
MHR.share r f (hide (U.raise_val (reveal v)))
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[]
[ "Steel.Memory.inames", "FStar.Preorder.preorder", "Steel.MonotonicReference.ref", "Steel.FractionalPermission.perm", "FStar.Ghost.erased", "Steel.MonotonicHigherReference.share", "FStar.Universe.raise_t", "Steel.MonotonicReference.raise_preorder", "FStar.Ghost.hide", "FStar.Universe.raise_val", ...
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val share (#inames:_) (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f:perm) (v:Ghost.erased a) : SteelGhostT unit inames (pts_to r f v) (fun _ -> pts_to r (half_perm f) v `star` pts_to r (half_perm f) v)
[]
Steel.MonotonicReference.share
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.MonotonicReference.ref a p -> f: Steel.FractionalPermission.perm -> v: FStar.Ghost.erased a -> Steel.Effect.Atomic.SteelGhostT Prims.unit
{ "end_col": 49, "end_line": 114, "start_col": 4, "start_line": 114 }
Steel.Effect.Atomic.SteelGhostT
val gather (#inames:_) (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f g:perm) (v:Ghost.erased a) : SteelGhostT unit inames (pts_to r f v `star` pts_to r g v) (fun _ -> pts_to r (sum_perm f g) v)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let gather (#inames:_) (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f g:perm) (v:Ghost.erased a) : SteelGhostT unit inames (pts_to r f v `star` pts_to r g v) (fun _ -> pts_to r (sum_perm f g) v) = MHR.gather r f g (hide (U.raise_val (reveal v)))
val gather (#inames:_) (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f g:perm) (v:Ghost.erased a) : SteelGhostT unit inames (pts_to r f v `star` pts_to r g v) (fun _ -> pts_to r (sum_perm f g) v) let gather (#inames: _) (#a: Type) (#p:...
true
null
false
MHR.gather r f g (hide (U.raise_val (reveal v)))
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[]
[ "Steel.Memory.inames", "FStar.Preorder.preorder", "Steel.MonotonicReference.ref", "Steel.FractionalPermission.perm", "FStar.Ghost.erased", "Steel.MonotonicHigherReference.gather", "FStar.Universe.raise_t", "Steel.MonotonicReference.raise_preorder", "FStar.Ghost.hide", "FStar.Universe.raise_val", ...
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val gather (#inames:_) (#a:Type) (#p:Preorder.preorder a) (r:ref a p) (f g:perm) (v:Ghost.erased a) : SteelGhostT unit inames (pts_to r f v `star` pts_to r g v) (fun _ -> pts_to r (sum_perm f g) v)
[]
Steel.MonotonicReference.gather
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.MonotonicReference.ref a p -> f: Steel.FractionalPermission.perm -> g: Steel.FractionalPermission.perm -> v: FStar.Ghost.erased a -> Steel.Effect.Atomic.SteelGhostT Prims.unit
{ "end_col": 52, "end_line": 126, "start_col": 4, "start_line": 126 }
Steel.Effect.Steel
val write (#a:Type) (#p:Preorder.preorder a) (#v:erased a) (r:ref a p) (x:a) : Steel unit (pts_to r full_perm v) (fun v -> pts_to r full_perm x) (requires fun _ -> p v x /\ True) (ensures fun _ _ _ -> True)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let write (#a:Type) (#p:Preorder.preorder a) (#v:erased a) (r:ref a p) (x:a) : Steel unit (pts_to r full_perm v) (fun v -> pts_to r full_perm x) (requires fun _ -> p v x /\ True) (ensures fun _ _ _ -> True) = MHR.write r (U.raise_val x); rewrite_slprop ...
val write (#a:Type) (#p:Preorder.preorder a) (#v:erased a) (r:ref a p) (x:a) : Steel unit (pts_to r full_perm v) (fun v -> pts_to r full_perm x) (requires fun _ -> p v x /\ True) (ensures fun _ _ _ -> True) let write (#a: Type) (#p: Preorder.preorder a) (#v: eras...
true
null
false
MHR.write r (U.raise_val x); rewrite_slprop (MHR.pts_to _ _ _) (pts_to r full_perm x) (fun _ -> ())
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[]
[ "FStar.Preorder.preorder", "FStar.Ghost.erased", "Steel.MonotonicReference.ref", "Steel.Effect.Atomic.rewrite_slprop", "FStar.Ghost.hide", "FStar.Set.set", "Steel.Memory.iname", "FStar.Set.empty", "Steel.MonotonicHigherReference.pts_to", "FStar.Universe.raise_t", "Steel.MonotonicReference.raise_...
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val write (#a:Type) (#p:Preorder.preorder a) (#v:erased a) (r:ref a p) (x:a) : Steel unit (pts_to r full_perm v) (fun v -> pts_to r full_perm x) (requires fun _ -> p v x /\ True) (ensures fun _ _ _ -> True)
[]
Steel.MonotonicReference.write
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
r: Steel.MonotonicReference.ref a p -> x: a -> Steel.Effect.Steel Prims.unit
{ "end_col": 19, "end_line": 68, "start_col": 4, "start_line": 64 }
Steel.Effect.SteelT
val alloc (#a:Type) (p:Preorder.preorder a) (v:a) : SteelT (ref a p) emp (fun r -> pts_to r full_perm v)
[ { "abbrev": true, "full_module": "FStar.Universe", "short_module": "U" }, { "abbrev": true, "full_module": "Steel.MonotonicHigherReference", "short_module": "MHR" }, { "abbrev": true, "full_module": "FStar.Preorder", "short_module": "Preorder" }, { "abbrev": false...
false
let alloc (#a:Type) (p:Preorder.preorder a) (v:a) : SteelT (ref a p) emp (fun r -> pts_to r full_perm v) = let r = MHR.alloc (raise_preorder p) (U.raise_val v) in rewrite_slprop (MHR.pts_to r full_perm (hide (U.raise_val v))) (pts_to r full_perm v) (fun _ -> ()); return r
val alloc (#a:Type) (p:Preorder.preorder a) (v:a) : SteelT (ref a p) emp (fun r -> pts_to r full_perm v) let alloc (#a: Type) (p: Preorder.preorder a) (v: a) : SteelT (ref a p) emp (fun r -> pts_to r full_perm v) =
true
null
false
let r = MHR.alloc (raise_preorder p) (U.raise_val v) in rewrite_slprop (MHR.pts_to r full_perm (hide (U.raise_val v))) (pts_to r full_perm v) (fun _ -> ()); return r
{ "checked_file": "Steel.MonotonicReference.fst.checked", "dependencies": [ "Steel.MonotonicHigherReference.fsti.checked", "Steel.Memory.fsti.checked", "Steel.FractionalPermission.fst.checked", "Steel.Effect.Atomic.fsti.checked", "Steel.Effect.fsti.checked", "prims.fst.checked", "FStar.U...
[]
[ "FStar.Preorder.preorder", "Steel.Effect.Atomic.return", "Steel.MonotonicReference.ref", "FStar.Ghost.hide", "FStar.Set.set", "Steel.Memory.iname", "FStar.Set.empty", "Steel.MonotonicReference.pts_to", "Steel.FractionalPermission.full_perm", "Steel.Effect.Common.vprop", "Prims.unit", "Steel.Ef...
[]
(* Copyright 2020 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 agreed to...
false
false
Steel.MonotonicReference.fst
{ "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...
null
val alloc (#a:Type) (p:Preorder.preorder a) (v:a) : SteelT (ref a p) emp (fun r -> pts_to r full_perm v)
[]
Steel.MonotonicReference.alloc
{ "file_name": "lib/steel/Steel.MonotonicReference.fst", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
p: FStar.Preorder.preorder a -> v: a -> Steel.Effect.SteelT (Steel.MonotonicReference.ref a p)
{ "end_col": 12, "end_line": 54, "start_col": 3, "start_line": 49 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let st_wp = gst_wp
let st_wp =
false
null
false
gst_wp
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.HyperStack.ST.gst_wp" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val st_wp : a: Type -> Type
[]
FStar.HyperStack.ST.st_wp
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: Type -> Type
{ "end_col": 21, "end_line": 82, "start_col": 15, "start_line": 82 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let gst_post (a:Type) = st_post_h mem a
let gst_post (a: Type) =
false
null
false
st_post_h mem a
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Pervasives.st_post_h", "FStar.Monotonic.HyperStack.mem" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val gst_post : a: Type -> Type
[]
FStar.HyperStack.ST.gst_post
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: Type -> Type
{ "end_col": 39, "end_line": 47, "start_col": 24, "start_line": 47 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let gst_post' (a:Type) (pre:Type) = st_post_h' mem a pre
let gst_post' (a pre: Type) =
false
null
false
st_post_h' mem a pre
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Pervasives.st_post_h'", "FStar.Monotonic.HyperStack.mem" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val gst_post' : a: Type -> pre: Type -> Type
[]
FStar.HyperStack.ST.gst_post'
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: Type -> pre: Type -> Type
{ "end_col": 56, "end_line": 46, "start_col": 36, "start_line": 46 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let gst_pre = st_pre_h mem
let gst_pre =
false
null
false
st_pre_h mem
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Pervasives.st_pre_h", "FStar.Monotonic.HyperStack.mem" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val gst_pre : Type
[]
FStar.HyperStack.ST.gst_pre
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Type
{ "end_col": 36, "end_line": 45, "start_col": 24, "start_line": 45 }
Prims.Tot
val contained_non_tip_stack_region: mem -> mem -> rid -> Type0
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let contained_non_tip_stack_region :mem -> mem -> rid -> Type0 = fun m0 m1 r -> is_stack_region r /\ contained_non_tip_region m0 m1 r
val contained_non_tip_stack_region: mem -> mem -> rid -> Type0 let contained_non_tip_stack_region: mem -> mem -> rid -> Type0 =
false
null
false
fun m0 m1 r -> is_stack_region r /\ contained_non_tip_region m0 m1 r
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "FStar.Monotonic.HyperHeap.rid", "Prims.l_and", "Prims.b2t", "FStar.Monotonic.HyperStack.is_stack_region", "FStar.HyperStack.ST.contained_non_tip_region" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val contained_non_tip_stack_region: mem -> mem -> rid -> Type0
[]
FStar.HyperStack.ST.contained_non_tip_stack_region
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> r: FStar.Monotonic.HyperHeap.rid -> Type0
{ "end_col": 72, "end_line": 136, "start_col": 4, "start_line": 136 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let lift_div_gst (a:Type) (wp:pure_wp a) (p:gst_post a) (h:mem) = wp (fun a -> p a h)
let lift_div_gst (a: Type) (wp: pure_wp a) (p: gst_post a) (h: mem) =
false
null
false
wp (fun a -> p a h)
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "Prims.pure_wp", "FStar.HyperStack.ST.gst_post", "FStar.Monotonic.HyperStack.mem", "Prims.l_True", "Prims.pure_pre" ]
[]
(* 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...
false
false
FStar.HyperStack.ST.fsti
{ "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...
null
val lift_div_gst : a: Type -> wp: Prims.pure_wp a -> p: FStar.HyperStack.ST.gst_post a -> h: FStar.Monotonic.HyperStack.mem -> Prims.pure_pre
[]
FStar.HyperStack.ST.lift_div_gst
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: Type -> wp: Prims.pure_wp a -> p: FStar.HyperStack.ST.gst_post a -> h: FStar.Monotonic.HyperStack.mem -> Prims.pure_pre
{ "end_col": 92, "end_line": 50, "start_col": 73, "start_line": 50 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let same_refs_common (p:mem -> mem -> rid -> Type0) (m0 m1:mem) = forall (r:rid). p m0 m1 r ==> equal_heap_dom r m0 m1
let same_refs_common (p: (mem -> mem -> rid -> Type0)) (m0 m1: mem) =
false
null
false
forall (r: rid). p m0 m1 r ==> equal_heap_dom r m0 m1
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "FStar.Monotonic.HyperHeap.rid", "Prims.l_Forall", "Prims.l_imp", "FStar.HyperStack.ST.equal_heap_dom", "Prims.logical" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val same_refs_common : p: ( _: FStar.Monotonic.HyperStack.mem -> _: FStar.Monotonic.HyperStack.mem -> _: FStar.Monotonic.HyperHeap.rid -> Type0) -> m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.same_refs_common
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
p: ( _: FStar.Monotonic.HyperStack.mem -> _: FStar.Monotonic.HyperStack.mem -> _: FStar.Monotonic.HyperHeap.rid -> Type0) -> m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 54, "end_line": 140, "start_col": 2, "start_line": 140 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let contains_region (m:mem) (r:rid) = get_hmap m `Map.contains` r
let contains_region (m: mem) (r: rid) =
false
null
false
(get_hmap m) `Map.contains` r
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "FStar.Monotonic.HyperHeap.rid", "FStar.Map.contains", "FStar.Monotonic.Heap.heap", "FStar.Monotonic.HyperStack.get_hmap", "Prims.bool" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val contains_region : m: FStar.Monotonic.HyperStack.mem -> r: FStar.Monotonic.HyperHeap.rid -> Prims.bool
[]
FStar.HyperStack.ST.contains_region
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m: FStar.Monotonic.HyperStack.mem -> r: FStar.Monotonic.HyperHeap.rid -> Prims.bool
{ "end_col": 80, "end_line": 29, "start_col": 53, "start_line": 29 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let st_pre = gst_pre
let st_pre =
false
null
false
gst_pre
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.HyperStack.ST.gst_pre" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val st_pre : Type
[]
FStar.HyperStack.ST.st_pre
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
Type
{ "end_col": 22, "end_line": 79, "start_col": 15, "start_line": 79 }
Prims.Tot
val contained_non_tip_region: mem -> mem -> rid -> Type0
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let contained_non_tip_region :mem -> mem -> rid -> Type0 = fun m0 m1 r -> r =!= get_tip m0 /\ r =!= get_tip m1 /\ contained_region m0 m1 r
val contained_non_tip_region: mem -> mem -> rid -> Type0 let contained_non_tip_region: mem -> mem -> rid -> Type0 =
false
null
false
fun m0 m1 r -> r =!= get_tip m0 /\ r =!= get_tip m1 /\ contained_region m0 m1 r
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "FStar.Monotonic.HyperHeap.rid", "Prims.l_and", "Prims.l_not", "Prims.eq2", "FStar.Monotonic.HyperStack.get_tip", "FStar.HyperStack.ST.contained_region" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val contained_non_tip_region: mem -> mem -> rid -> Type0
[]
FStar.HyperStack.ST.contained_non_tip_region
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> r: FStar.Monotonic.HyperHeap.rid -> Type0
{ "end_col": 83, "end_line": 132, "start_col": 4, "start_line": 132 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let st_post' = gst_post'
let st_post' =
false
null
false
gst_post'
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.HyperStack.ST.gst_post'" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val st_post' : a: Type -> pre: Type -> Type
[]
FStar.HyperStack.ST.st_post'
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: Type -> pre: Type -> Type
{ "end_col": 24, "end_line": 80, "start_col": 15, "start_line": 80 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let st_post = gst_post
let st_post =
false
null
false
gst_post
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.HyperStack.ST.gst_post" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val st_post : a: Type -> Type
[]
FStar.HyperStack.ST.st_post
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: Type -> Type
{ "end_col": 23, "end_line": 81, "start_col": 15, "start_line": 81 }
Prims.Tot
val equal_heap_dom (r: rid) (m0 m1: mem) : Type0
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let equal_heap_dom (r:rid) (m0 m1:mem) :Type0 = Heap.equal_dom (get_hmap m0 `Map.sel` r) (get_hmap m1 `Map.sel` r)
val equal_heap_dom (r: rid) (m0 m1: mem) : Type0 let equal_heap_dom (r: rid) (m0 m1: mem) : Type0 =
false
null
false
Heap.equal_dom ((get_hmap m0) `Map.sel` r) ((get_hmap m1) `Map.sel` r)
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperHeap.rid", "FStar.Monotonic.HyperStack.mem", "FStar.Monotonic.Heap.equal_dom", "FStar.Map.sel", "FStar.Monotonic.Heap.heap", "FStar.Monotonic.HyperStack.get_hmap" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val equal_heap_dom (r: rid) (m0 m1: mem) : Type0
[]
FStar.HyperStack.ST.equal_heap_dom
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
r: FStar.Monotonic.HyperHeap.rid -> m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Type0
{ "end_col": 70, "end_line": 120, "start_col": 4, "start_line": 120 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let gst_wp (a:Type) = st_wp_h mem a
let gst_wp (a: Type) =
false
null
false
st_wp_h mem a
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Pervasives.st_wp_h", "FStar.Monotonic.HyperStack.mem" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val gst_wp : a: Type -> Type
[]
FStar.HyperStack.ST.gst_wp
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: Type -> Type
{ "end_col": 37, "end_line": 48, "start_col": 24, "start_line": 48 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let equal_domains (m0 m1:mem) = get_tip m0 == get_tip m1 /\ Set.equal (Map.domain (get_hmap m0)) (Map.domain (get_hmap m1)) /\ same_refs_in_all_regions m0 m1
let equal_domains (m0 m1: mem) =
false
null
false
get_tip m0 == get_tip m1 /\ Set.equal (Map.domain (get_hmap m0)) (Map.domain (get_hmap m1)) /\ same_refs_in_all_regions m0 m1
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "Prims.l_and", "Prims.eq2", "FStar.Monotonic.HyperHeap.rid", "FStar.Monotonic.HyperStack.get_tip", "FStar.Set.equal", "FStar.Map.domain", "FStar.Monotonic.Heap.heap", "FStar.Monotonic.HyperStack.get_hmap", "FStar.HyperStack.ST.same_refs_in_all_regions", "Prims.l...
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val equal_domains : m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.equal_domains
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 32, "end_line": 188, "start_col": 2, "start_line": 186 }
Prims.Tot
val contained_region: mem -> mem -> rid -> Type0
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let contained_region :mem -> mem -> rid -> Type0 = fun m0 m1 r -> m0 `contains_region` r /\ m1 `contains_region` r
val contained_region: mem -> mem -> rid -> Type0 let contained_region: mem -> mem -> rid -> Type0 =
false
null
false
fun m0 m1 r -> m0 `contains_region` r /\ m1 `contains_region` r
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "FStar.Monotonic.HyperHeap.rid", "Prims.l_and", "Prims.b2t", "FStar.HyperStack.ST.contains_region" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val contained_region: mem -> mem -> rid -> Type0
[]
FStar.HyperStack.ST.contained_region
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> r: FStar.Monotonic.HyperHeap.rid -> Type0
{ "end_col": 67, "end_line": 124, "start_col": 4, "start_line": 124 }
Prims.Tot
val contained_stack_region: mem -> mem -> rid -> Type0
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let contained_stack_region :mem -> mem -> rid -> Type0 = fun m0 m1 r -> is_stack_region r /\ contained_region m0 m1 r
val contained_stack_region: mem -> mem -> rid -> Type0 let contained_stack_region: mem -> mem -> rid -> Type0 =
false
null
false
fun m0 m1 r -> is_stack_region r /\ contained_region m0 m1 r
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "FStar.Monotonic.HyperHeap.rid", "Prims.l_and", "Prims.b2t", "FStar.Monotonic.HyperStack.is_stack_region", "FStar.HyperStack.ST.contained_region" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val contained_stack_region: mem -> mem -> rid -> Type0
[]
FStar.HyperStack.ST.contained_stack_region
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> r: FStar.Monotonic.HyperHeap.rid -> Type0
{ "end_col": 64, "end_line": 128, "start_col": 4, "start_line": 128 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let equal_stack_domains (m0 m1:mem) = get_tip m0 == get_tip m1 /\ same_refs_in_stack_regions m0 m1
let equal_stack_domains (m0 m1: mem) =
false
null
false
get_tip m0 == get_tip m1 /\ same_refs_in_stack_regions m0 m1
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "Prims.l_and", "Prims.eq2", "FStar.Monotonic.HyperHeap.rid", "FStar.Monotonic.HyperStack.get_tip", "FStar.HyperStack.ST.same_refs_in_stack_regions", "Prims.logical" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val equal_stack_domains : m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.equal_stack_domains
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 34, "end_line": 218, "start_col": 2, "start_line": 217 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let lift_gst_state (a:Type) (wp:gst_wp a) = wp
let lift_gst_state (a: Type) (wp: gst_wp a) =
false
null
false
wp
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.HyperStack.ST.gst_wp" ]
[]
(* 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...
false
false
FStar.HyperStack.ST.fsti
{ "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...
null
val lift_gst_state : a: Type -> wp: FStar.HyperStack.ST.gst_wp a -> FStar.HyperStack.ST.gst_wp a
[]
FStar.HyperStack.ST.lift_gst_state
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
a: Type -> wp: FStar.HyperStack.ST.gst_wp a -> FStar.HyperStack.ST.gst_wp a
{ "end_col": 53, "end_line": 86, "start_col": 51, "start_line": 86 }
Prims.Tot
val is_eternal_region (r: rid) : Type0
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let is_eternal_region (r:rid) :Type0 = HS.is_eternal_region_hs r /\ (r == HS.root \/ witnessed (region_contains_pred r))
val is_eternal_region (r: rid) : Type0 let is_eternal_region (r: rid) : Type0 =
false
null
false
HS.is_eternal_region_hs r /\ (r == HS.root \/ witnessed (region_contains_pred r))
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperHeap.rid", "Prims.l_and", "Prims.b2t", "FStar.Monotonic.HyperStack.is_eternal_region_hs", "Prims.l_or", "Prims.eq2", "FStar.Monotonic.HyperHeap.root", "FStar.HyperStack.ST.witnessed", "FStar.HyperStack.ST.region_contains_pred" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val is_eternal_region (r: rid) : Type0
[]
FStar.HyperStack.ST.is_eternal_region
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
r: FStar.Monotonic.HyperHeap.rid -> Type0
{ "end_col": 85, "end_line": 307, "start_col": 4, "start_line": 307 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let new_region_post_common (r0 r1:rid) (m0 m1:mem) = r1 `HS.extends` r0 /\ HS.fresh_region r1 m0 m1 /\ get_hmap m1 == Map.upd (get_hmap m0) r1 Heap.emp /\ get_tip m1 == get_tip m0 /\ HS.live_region m0 r0
let new_region_post_common (r0 r1: rid) (m0 m1: mem) =
false
null
false
r1 `HS.extends` r0 /\ HS.fresh_region r1 m0 m1 /\ get_hmap m1 == Map.upd (get_hmap m0) r1 Heap.emp /\ get_tip m1 == get_tip m0 /\ HS.live_region m0 r0
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperHeap.rid", "FStar.Monotonic.HyperStack.mem", "Prims.l_and", "Prims.b2t", "FStar.Monotonic.HyperHeap.extends", "FStar.Monotonic.HyperStack.fresh_region", "Prims.eq2", "FStar.Map.t", "FStar.Monotonic.Heap.heap", "FStar.Monotonic.HyperStack.get_hmap", "FStar.Map.upd", "FStar...
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val new_region_post_common : r0: FStar.Monotonic.HyperHeap.rid -> r1: FStar.Monotonic.HyperHeap.rid -> m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.new_region_post_common
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
r0: FStar.Monotonic.HyperHeap.rid -> r1: FStar.Monotonic.HyperHeap.rid -> m0: FStar.Monotonic.HyperStack.mem -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 22, "end_line": 360, "start_col": 2, "start_line": 356 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let modifies_none (h0:mem) (h1:mem) = modifies Set.empty h0 h1
let modifies_none (h0 h1: mem) =
false
null
false
modifies Set.empty h0 h1
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperStack.mem", "FStar.Monotonic.HyperStack.modifies", "FStar.Set.empty", "FStar.Monotonic.HyperHeap.rid", "Prims.logical" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val modifies_none : h0: FStar.Monotonic.HyperStack.mem -> h1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.modifies_none
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
h0: FStar.Monotonic.HyperStack.mem -> h1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 62, "end_line": 433, "start_col": 38, "start_line": 433 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let deref_post (#a:Type) (#rel:preorder a) (r:mreference a rel) (m0:mem) (x:a) (m1:mem) = m1 == m0 /\ m0 `contains` r /\ x == HyperStack.sel m0 r
let deref_post (#a: Type) (#rel: preorder a) (r: mreference a rel) (m0: mem) (x: a) (m1: mem) =
false
null
false
m1 == m0 /\ m0 `contains` r /\ x == HyperStack.sel m0 r
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Preorder.preorder", "FStar.HyperStack.ST.mreference", "FStar.Monotonic.HyperStack.mem", "Prims.l_and", "Prims.eq2", "FStar.Monotonic.HyperStack.contains", "FStar.Monotonic.HyperStack.sel", "Prims.logical" ]
[]
(* 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...
false
false
FStar.HyperStack.ST.fsti
{ "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...
null
val deref_post : r: FStar.HyperStack.ST.mreference a rel -> m0: FStar.Monotonic.HyperStack.mem -> x: a -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.deref_post
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
r: FStar.HyperStack.ST.mreference a rel -> m0: FStar.Monotonic.HyperStack.mem -> x: a -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 57, "end_line": 423, "start_col": 2, "start_line": 423 }
Prims.Tot
val is_live_for_rw_in (#a: Type) (#rel: preorder a) (r: mreference a rel) (m: mem) : Type0
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let is_live_for_rw_in (#a:Type) (#rel:preorder a) (r:mreference a rel) (m:mem) :Type0 = (m `contains` r) \/ (let i = HS.frameOf r in (is_eternal_region i \/ i `HS.is_above` get_tip m) /\ (not (is_mm r) \/ m `HS.contains_ref_in_its_region` r))
val is_live_for_rw_in (#a: Type) (#rel: preorder a) (r: mreference a rel) (m: mem) : Type0 let is_live_for_rw_in (#a: Type) (#rel: preorder a) (r: mreference a rel) (m: mem) : Type0 =
false
null
false
(m `contains` r) \/ (let i = HS.frameOf r in (is_eternal_region i \/ i `HS.is_above` (get_tip m)) /\ (not (is_mm r) \/ m `HS.contains_ref_in_its_region` r))
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Preorder.preorder", "FStar.HyperStack.ST.mreference", "FStar.Monotonic.HyperStack.mem", "Prims.l_or", "FStar.Monotonic.HyperStack.contains", "Prims.l_and", "FStar.HyperStack.ST.is_eternal_region", "Prims.b2t", "FStar.Monotonic.HyperStack.is_above", "FStar.Monotonic.HyperStack.get_tip", "P...
[]
(* 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...
false
false
FStar.HyperStack.ST.fsti
{ "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...
null
val is_live_for_rw_in (#a: Type) (#rel: preorder a) (r: mreference a rel) (m: mem) : Type0
[]
FStar.HyperStack.ST.is_live_for_rw_in
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
r: FStar.HyperStack.ST.mreference a rel -> m: FStar.Monotonic.HyperStack.mem -> Type0
{ "end_col": 66, "end_line": 405, "start_col": 2, "start_line": 402 }
Prims.Tot
val is_freeable_heap_region (r: rid) : Type0
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let is_freeable_heap_region (r:rid) : Type0 = HS.is_heap_color (color r) /\ HS.rid_freeable r /\ witnessed (region_contains_pred r)
val is_freeable_heap_region (r: rid) : Type0 let is_freeable_heap_region (r: rid) : Type0 =
false
null
false
HS.is_heap_color (color r) /\ HS.rid_freeable r /\ witnessed (region_contains_pred r)
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Monotonic.HyperHeap.rid", "Prims.l_and", "Prims.b2t", "FStar.Monotonic.HyperStack.is_heap_color", "FStar.Monotonic.HyperHeap.color", "FStar.Monotonic.HyperHeap.rid_freeable", "FStar.HyperStack.ST.witnessed", "FStar.HyperStack.ST.region_contains_pred" ]
[]
(* 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...
false
true
FStar.HyperStack.ST.fsti
{ "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...
null
val is_freeable_heap_region (r: rid) : Type0
[]
FStar.HyperStack.ST.is_freeable_heap_region
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
r: FStar.Monotonic.HyperHeap.rid -> Type0
{ "end_col": 87, "end_line": 564, "start_col": 2, "start_line": 564 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let ralloc_post (#a:Type) (#rel:preorder a) (i:rid) (init:a) (m0:mem) (x:mreference a rel) (m1:mem) = let region_i = get_hmap m0 `Map.sel` i in as_ref x `Heap.unused_in` region_i /\ i `is_in` get_hmap m0 /\ i = frameOf x /\ m1 == upd m0 x init
let ralloc_post (#a: Type) (#rel: preorder a) (i: rid) (init: a) (m0: mem) (x: mreference a rel) (m1: mem) =
false
null
false
let region_i = (get_hmap m0) `Map.sel` i in (as_ref x) `Heap.unused_in` region_i /\ i `is_in` (get_hmap m0) /\ i = frameOf x /\ m1 == upd m0 x init
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Preorder.preorder", "FStar.Monotonic.HyperHeap.rid", "FStar.Monotonic.HyperStack.mem", "FStar.HyperStack.ST.mreference", "Prims.l_and", "FStar.Monotonic.Heap.unused_in", "FStar.Monotonic.HyperStack.as_ref", "Prims.b2t", "FStar.Monotonic.HyperStack.is_in", "FStar.Monotonic.HyperStack.get_hma...
[]
(* 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...
false
false
FStar.HyperStack.ST.fsti
{ "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...
null
val ralloc_post : i: FStar.Monotonic.HyperHeap.rid -> init: a -> m0: FStar.Monotonic.HyperStack.mem -> x: FStar.HyperStack.ST.mreference a rel -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.ralloc_post
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
i: FStar.Monotonic.HyperHeap.rid -> init: a -> m0: FStar.Monotonic.HyperStack.mem -> x: FStar.HyperStack.ST.mreference a rel -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 21, "end_line": 386, "start_col": 54, "start_line": 381 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let salloc_post (#a:Type) (#rel:preorder a) (init:a) (m0:mem) (s:mreference a rel{is_stack_region (frameOf s)}) (m1:mem) = is_stack_region (get_tip m0) /\ Map.domain (get_hmap m0) == Map.domain (get_hmap m1) /\ get_tip m0 == get_tip m1 /\ ...
let salloc_post (#a: Type) (#rel: preorder a) (init: a) (m0: mem) (s: mreference a rel {is_stack_region (frameOf s)}) (m1: mem) =
false
null
false
is_stack_region (get_tip m0) /\ Map.domain (get_hmap m0) == Map.domain (get_hmap m1) /\ get_tip m0 == get_tip m1 /\ frameOf s = get_tip m1 /\ HS.fresh_ref s m0 m1 /\ m1 == HyperStack.upd m0 s init
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Preorder.preorder", "FStar.Monotonic.HyperStack.mem", "FStar.HyperStack.ST.mreference", "Prims.b2t", "FStar.Monotonic.HyperStack.is_stack_region", "FStar.Monotonic.HyperStack.frameOf", "Prims.l_and", "FStar.Monotonic.HyperStack.get_tip", "Prims.eq2", "FStar.Set.set", "FStar.Monotonic.Hype...
[]
(* 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...
false
false
FStar.HyperStack.ST.fsti
{ "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...
null
val salloc_post : init: a -> m0: FStar.Monotonic.HyperStack.mem -> s: FStar.HyperStack.ST.mreference a rel {FStar.Monotonic.HyperStack.is_stack_region (FStar.Monotonic.HyperStack.frameOf s)} -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.salloc_post
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
init: a -> m0: FStar.Monotonic.HyperStack.mem -> s: FStar.HyperStack.ST.mreference a rel {FStar.Monotonic.HyperStack.is_stack_region (FStar.Monotonic.HyperStack.frameOf s)} -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 34, "end_line": 332, "start_col": 4, "start_line": 327 }
Prims.Tot
[ { "abbrev": false, "full_module": "FStar.Preorder", "short_module": null }, { "abbrev": true, "full_module": "FStar.HyperStack", "short_module": "HS" }, { "abbrev": false, "full_module": "FStar.HyperStack", "short_module": null }, { "abbrev": false, "full_modu...
false
let assign_post (#a:Type) (#rel:preorder a) (r:mreference a rel) (v:a) (m0:mem) (_:unit) (m1:mem) = m0 `contains` r /\ m1 == HyperStack.upd m0 r v
let assign_post (#a: Type) (#rel: preorder a) (r: mreference a rel) (v: a) (m0: mem) (_: unit) (m1: mem) =
false
null
false
m0 `contains` r /\ m1 == HyperStack.upd m0 r v
{ "checked_file": "FStar.HyperStack.ST.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Preorder.fst.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.Map.fsti.checked", "FStar.HyperStack.fst.checked", "FSta...
[ "total" ]
[ "FStar.Preorder.preorder", "FStar.HyperStack.ST.mreference", "FStar.Monotonic.HyperStack.mem", "Prims.unit", "Prims.l_and", "FStar.Monotonic.HyperStack.contains", "Prims.eq2", "FStar.Monotonic.HyperStack.upd", "Prims.logical" ]
[]
(* 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...
false
false
FStar.HyperStack.ST.fsti
{ "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...
null
val assign_post : r: FStar.HyperStack.ST.mreference a rel -> v: a -> m0: FStar.Monotonic.HyperStack.mem -> _: Prims.unit -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
[]
FStar.HyperStack.ST.assign_post
{ "file_name": "ulib/FStar.HyperStack.ST.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
r: FStar.HyperStack.ST.mreference a rel -> v: a -> m0: FStar.Monotonic.HyperStack.mem -> _: Prims.unit -> m1: FStar.Monotonic.HyperStack.mem -> Prims.logical
{ "end_col": 48, "end_line": 412, "start_col": 2, "start_line": 412 }
Prims.Tot
[ { "abbrev": false, "full_module": "Pulse.Typing", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax.Naming", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module...
false
let set_minus (#a:eqtype) (s:Set.set a) (x:a) = Set.intersect s (Set.complement (Set.singleton x))
let set_minus (#a: eqtype) (s: Set.set a) (x: a) =
false
null
false
Set.intersect s (Set.complement (Set.singleton x))
{ "checked_file": "Pulse.Typing.FV.fsti.checked", "dependencies": [ "Pulse.Typing.fst.checked", "Pulse.Syntax.Naming.fsti.checked", "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.fsti.checked", "F...
[ "total" ]
[ "Prims.eqtype", "FStar.Set.set", "FStar.Set.intersect", "FStar.Set.complement", "FStar.Set.singleton" ]
[]
module Pulse.Typing.FV module RT = FStar.Reflection.Typing module R = FStar.Reflection.V2 module L = FStar.List.Tot open FStar.List.Tot open Pulse.Syntax open Pulse.Syntax.Naming open Pulse.Typing let mem_intension_pat (#a:eqtype) (x:a) (f:(a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) ...
false
false
Pulse.Typing.FV.fsti
{ "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...
null
val set_minus : s: FStar.Set.set a -> x: a -> FStar.Set.set a
[]
Pulse.Typing.FV.set_minus
{ "file_name": "lib/steel/pulse/Pulse.Typing.FV.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
s: FStar.Set.set a -> x: a -> FStar.Set.set a
{ "end_col": 52, "end_line": 20, "start_col": 2, "start_line": 20 }
Prims.Tot
[ { "abbrev": false, "full_module": "Pulse.Typing", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax.Naming", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module...
false
let contains (g:env) (x:var) = Some? (lookup g x)
let contains (g: env) (x: var) =
false
null
false
Some? (lookup g x)
{ "checked_file": "Pulse.Typing.FV.fsti.checked", "dependencies": [ "Pulse.Typing.fst.checked", "Pulse.Syntax.Naming.fsti.checked", "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.fsti.checked", "F...
[ "total" ]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.var", "FStar.Pervasives.Native.uu___is_Some", "Pulse.Syntax.Base.typ", "Pulse.Typing.Env.lookup", "Prims.bool" ]
[]
module Pulse.Typing.FV module RT = FStar.Reflection.Typing module R = FStar.Reflection.V2 module L = FStar.List.Tot open FStar.List.Tot open Pulse.Syntax open Pulse.Syntax.Naming open Pulse.Typing let mem_intension_pat (#a:eqtype) (x:a) (f:(a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) ...
false
true
Pulse.Typing.FV.fsti
{ "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...
null
val contains : g: Pulse.Typing.Env.env -> x: Pulse.Syntax.Base.var -> Prims.bool
[]
Pulse.Typing.FV.contains
{ "file_name": "lib/steel/pulse/Pulse.Typing.FV.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
g: Pulse.Typing.Env.env -> x: Pulse.Syntax.Base.var -> Prims.bool
{ "end_col": 49, "end_line": 16, "start_col": 31, "start_line": 16 }
FStar.Pervasives.Lemma
val mem_intension_pat (#a: eqtype) (x: a) (f: (a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) [SMTPat FStar.Set.(mem x (intension f))]
[ { "abbrev": false, "full_module": "Pulse.Typing", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax.Naming", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module...
false
let mem_intension_pat (#a:eqtype) (x:a) (f:(a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) [SMTPat FStar.Set.(mem x (intension f))] = Set.mem_intension x f
val mem_intension_pat (#a: eqtype) (x: a) (f: (a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) [SMTPat FStar.Set.(mem x (intension f))] let mem_intension_pat (#a: eqtype) (x: a) (f: (a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) [SMTPat FStar.Set.(mem x (intensi...
false
null
true
Set.mem_intension x f
{ "checked_file": "Pulse.Typing.FV.fsti.checked", "dependencies": [ "Pulse.Typing.fst.checked", "Pulse.Syntax.Naming.fsti.checked", "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.fsti.checked", "F...
[ "lemma" ]
[ "Prims.eqtype", "Prims.bool", "FStar.Set.mem_intension", "Prims.unit", "Prims.l_True", "Prims.squash", "Prims.b2t", "Prims.op_Equality", "FStar.Set.mem", "FStar.Set.intension", "Prims.Cons", "FStar.Pervasives.pattern", "FStar.Pervasives.smt_pat", "Prims.Nil" ]
[]
module Pulse.Typing.FV module RT = FStar.Reflection.Typing module R = FStar.Reflection.V2 module L = FStar.List.Tot open FStar.List.Tot open Pulse.Syntax open Pulse.Syntax.Naming open Pulse.Typing let mem_intension_pat (#a:eqtype) (x:a) (f:(a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x))
false
false
Pulse.Typing.FV.fsti
{ "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...
null
val mem_intension_pat (#a: eqtype) (x: a) (f: (a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) [SMTPat FStar.Set.(mem x (intension f))]
[]
Pulse.Typing.FV.mem_intension_pat
{ "file_name": "lib/steel/pulse/Pulse.Typing.FV.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
x: a -> f: (_: a -> Prims.bool) -> FStar.Pervasives.Lemma (ensures FStar.Set.mem x (FStar.Set.intension f) = f x) [SMTPat (FStar.Set.mem x (FStar.Set.intension f))]
{ "end_col": 25, "end_line": 14, "start_col": 4, "start_line": 14 }
Prims.Tot
[ { "abbrev": false, "full_module": "Pulse.Typing", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax.Naming", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Syntax", "short_module": null }, { "abbrev": false, "full_module...
false
let vars_of_env (g:env) = dom g
let vars_of_env (g: env) =
false
null
false
dom g
{ "checked_file": "Pulse.Typing.FV.fsti.checked", "dependencies": [ "Pulse.Typing.fst.checked", "Pulse.Syntax.Naming.fsti.checked", "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.fsti.checked", "F...
[ "total" ]
[ "Pulse.Typing.Env.env", "Pulse.Typing.Env.dom", "FStar.Set.set", "Pulse.Syntax.Base.var" ]
[]
module Pulse.Typing.FV module RT = FStar.Reflection.Typing module R = FStar.Reflection.V2 module L = FStar.List.Tot open FStar.List.Tot open Pulse.Syntax open Pulse.Syntax.Naming open Pulse.Typing let mem_intension_pat (#a:eqtype) (x:a) (f:(a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) ...
false
true
Pulse.Typing.FV.fsti
{ "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...
null
val vars_of_env : g: Pulse.Typing.Env.env -> FStar.Set.set Pulse.Syntax.Base.var
[]
Pulse.Typing.FV.vars_of_env
{ "file_name": "lib/steel/pulse/Pulse.Typing.FV.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
g: Pulse.Typing.Env.env -> FStar.Set.set Pulse.Syntax.Base.var
{ "end_col": 31, "end_line": 17, "start_col": 26, "start_line": 17 }
FStar.Pervasives.Lemma
val st_typing_freevars_inv (#g #t #c: _) (d: st_typing g t c) (x: var) : Lemma (requires None? (lookup g x)) (ensures ~(x `Set.mem` (freevars_st t)) /\ ~(x `Set.mem` (freevars_comp c)))
[ { "abbrev": false, "full_module": "Pulse.Soundness.Common", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Elaborate", "short_module": null }, { "abbrev": false, "full_module": "Pulse.Typing", "short_module": null }, { "abbrev": false, "full_...
false
let st_typing_freevars_inv (#g:_) (#t:_) (#c:_) (d:st_typing g t c) (x:var) : Lemma (requires None? (lookup g x)) (ensures ~(x `Set.mem` freevars_st t) /\ ~(x `Set.mem` freevars_comp c)) = st_typing_freevars d
val st_typing_freevars_inv (#g #t #c: _) (d: st_typing g t c) (x: var) : Lemma (requires None? (lookup g x)) (ensures ~(x `Set.mem` (freevars_st t)) /\ ~(x `Set.mem` (freevars_comp c))) let st_typing_freevars_inv (#g #t #c: _) (d: st_typing g t c) (x: var) : Lemma (requires None? (lookup g x)) (ensu...
false
null
true
st_typing_freevars d
{ "checked_file": "Pulse.Typing.FV.fsti.checked", "dependencies": [ "Pulse.Typing.fst.checked", "Pulse.Syntax.Naming.fsti.checked", "Pulse.Syntax.fst.checked", "prims.fst.checked", "FStar.Set.fsti.checked", "FStar.Reflection.V2.fst.checked", "FStar.Reflection.Typing.fsti.checked", "F...
[ "lemma" ]
[ "Pulse.Typing.Env.env", "Pulse.Syntax.Base.st_term", "Pulse.Syntax.Base.comp", "Pulse.Typing.st_typing", "Pulse.Syntax.Base.var", "Pulse.Typing.FV.st_typing_freevars", "Prims.unit", "Prims.b2t", "FStar.Pervasives.Native.uu___is_None", "Pulse.Syntax.Base.typ", "Pulse.Typing.Env.lookup", "Prims....
[]
module Pulse.Typing.FV module RT = FStar.Reflection.Typing module R = FStar.Reflection.V2 module L = FStar.List.Tot open FStar.List.Tot open Pulse.Syntax open Pulse.Syntax.Naming open Pulse.Typing let mem_intension_pat (#a:eqtype) (x:a) (f:(a -> Tot bool)) : Lemma (ensures FStar.Set.(mem x (intension f) = f x)) ...
false
false
Pulse.Typing.FV.fsti
{ "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...
null
val st_typing_freevars_inv (#g #t #c: _) (d: st_typing g t c) (x: var) : Lemma (requires None? (lookup g x)) (ensures ~(x `Set.mem` (freevars_st t)) /\ ~(x `Set.mem` (freevars_comp c)))
[]
Pulse.Typing.FV.st_typing_freevars_inv
{ "file_name": "lib/steel/pulse/Pulse.Typing.FV.fsti", "git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e", "git_url": "https://github.com/FStarLang/steel.git", "project_name": "steel" }
d: Pulse.Typing.st_typing g t c -> x: Pulse.Syntax.Base.var -> FStar.Pervasives.Lemma (requires None? (Pulse.Typing.Env.lookup g x)) (ensures ~(FStar.Set.mem x (Pulse.Syntax.Naming.freevars_st t)) /\ ~(FStar.Set.mem x (Pulse.Syntax.Naming.freevars_comp c)))
{ "end_col": 24, "end_line": 59, "start_col": 4, "start_line": 59 }
Prims.Tot
val cons (#a: Type) (x: a) (s: seq a) : Tot (seq a)
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let cons (#a:Type) (x:a) (s:seq a) : Tot (seq a) = append (create 1 x) s
val cons (#a: Type) (x: a) (s: seq a) : Tot (seq a) let cons (#a: Type) (x: a) (s: seq a) : Tot (seq a) =
false
null
false
append (create 1 x) s
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "FStar.Seq.Base.append", "FStar.Seq.Base.create" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val cons (#a: Type) (x: a) (s: seq a) : Tot (seq a)
[]
FStar.Seq.Properties.cons
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
x: a -> s: FStar.Seq.Base.seq a -> FStar.Seq.Base.seq a
{ "end_col": 72, "end_line": 52, "start_col": 51, "start_line": 52 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let indexable (#a:Type) (s:Seq.seq a) (j:int) = 0 <= j /\ j < Seq.length s
let indexable (#a: Type) (s: Seq.seq a) (j: int) =
false
null
false
0 <= j /\ j < Seq.length s
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.int", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "Prims.op_LessThan", "FStar.Seq.Base.length", "Prims.logical" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val indexable : s: FStar.Seq.Base.seq a -> j: Prims.int -> Prims.logical
[]
FStar.Seq.Properties.indexable
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a -> j: Prims.int -> Prims.logical
{ "end_col": 74, "end_line": 25, "start_col": 48, "start_line": 25 }
Prims.Tot
val mem (#a: eqtype) (x: a) (l: seq a) : Tot bool
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let mem (#a:eqtype) (x:a) (l:seq a) : Tot bool = count x l > 0
val mem (#a: eqtype) (x: a) (l: seq a) : Tot bool let mem (#a: eqtype) (x: a) (l: seq a) : Tot bool =
false
null
false
count x l > 0
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "Prims.eqtype", "FStar.Seq.Base.seq", "Prims.op_GreaterThan", "FStar.Seq.Properties.count", "Prims.bool" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val mem (#a: eqtype) (x: a) (l: seq a) : Tot bool
[]
FStar.Seq.Properties.mem
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
x: a -> l: FStar.Seq.Base.seq a -> Prims.bool
{ "end_col": 62, "end_line": 79, "start_col": 49, "start_line": 79 }
Prims.Tot
val snoc (#a: Type) (s: seq a) (x: a) : Tot (seq a)
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let snoc (#a:Type) (s:seq a) (x:a) : Tot (seq a) = Seq.append s (Seq.create 1 x)
val snoc (#a: Type) (s: seq a) (x: a) : Tot (seq a) let snoc (#a: Type) (s: seq a) (x: a) : Tot (seq a) =
false
null
false
Seq.append s (Seq.create 1 x)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "FStar.Seq.Base.append", "FStar.Seq.Base.create" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val snoc (#a: Type) (s: seq a) (x: a) : Tot (seq a)
[]
FStar.Seq.Properties.snoc
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a -> x: a -> FStar.Seq.Base.seq a
{ "end_col": 80, "end_line": 318, "start_col": 51, "start_line": 318 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let suffix_of (#a: Type) (s_suff s: seq a) = exists s_pref . (s == append s_pref s_suff)
let suffix_of (#a: Type) (s_suff s: seq a) =
false
null
false
exists s_pref. (s == append s_pref s_suff)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.l_Exists", "Prims.eq2", "FStar.Seq.Base.append", "Prims.logical" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val suffix_of : s_suff: FStar.Seq.Base.seq a -> s: FStar.Seq.Base.seq a -> Prims.logical
[]
FStar.Seq.Properties.suffix_of
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s_suff: FStar.Seq.Base.seq a -> s: FStar.Seq.Base.seq a -> Prims.logical
{ "end_col": 45, "end_line": 534, "start_col": 2, "start_line": 534 }
Prims.Tot
val of_list (#a: Type) (l: list a) : seq a
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let of_list (#a:Type) (l:list a) :seq a = seq_of_list l
val of_list (#a: Type) (l: list a) : seq a let of_list (#a: Type) (l: list a) : seq a =
false
null
false
seq_of_list l
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "Prims.list", "FStar.Seq.Properties.seq_of_list", "FStar.Seq.Base.seq" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val of_list (#a: Type) (l: list a) : seq a
[]
FStar.Seq.Properties.of_list
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
l: Prims.list a -> FStar.Seq.Base.seq a
{ "end_col": 55, "end_line": 651, "start_col": 42, "start_line": 651 }
Prims.Tot
val sortWith (#a: eqtype) (f: (a -> a -> Tot int)) (s: seq a) : Tot (seq a)
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let sortWith (#a:eqtype) (f:a -> a -> Tot int) (s:seq a) :Tot (seq a) = seq_of_list (List.Tot.Base.sortWith f (seq_to_list s))
val sortWith (#a: eqtype) (f: (a -> a -> Tot int)) (s: seq a) : Tot (seq a) let sortWith (#a: eqtype) (f: (a -> a -> Tot int)) (s: seq a) : Tot (seq a) =
false
null
false
seq_of_list (List.Tot.Base.sortWith f (seq_to_list s))
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "Prims.eqtype", "Prims.int", "FStar.Seq.Base.seq", "FStar.Seq.Properties.seq_of_list", "FStar.List.Tot.Base.sortWith", "FStar.Seq.Properties.seq_to_list" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val sortWith (#a: eqtype) (f: (a -> a -> Tot int)) (s: seq a) : Tot (seq a)
[]
FStar.Seq.Properties.sortWith
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: a -> _: a -> Prims.int) -> s: FStar.Seq.Base.seq a -> FStar.Seq.Base.seq a
{ "end_col": 58, "end_line": 726, "start_col": 4, "start_line": 726 }
Prims.Tot
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let pointwise_and s l = norm [ iota; zeta; primops; delta_only [ `%(explode_and) ] ] (explode_and 0 s l)
let pointwise_and s l =
false
null
false
norm [iota; zeta; primops; delta_only [`%(explode_and)]] (explode_and 0 s l)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.length", "Prims.list", "Prims.op_Equality", "Prims.int", "Prims.op_Addition", "FStar.List.Tot.Base.length", "FStar.Pervasives.norm", "Prims.Cons", "FStar.Pervasives.norm_step", "FStar.Pervasives.iota", "FStar.Pe...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val pointwise_and : s: FStar.Seq.Base.seq _ {0 <= FStar.Seq.Base.length s} -> l: Prims.list _ {FStar.List.Tot.Base.length l + 0 = FStar.Seq.Base.length s} -> Type0
[]
FStar.Seq.Properties.pointwise_and
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq _ {0 <= FStar.Seq.Base.length s} -> l: Prims.list _ {FStar.List.Tot.Base.length l + 0 = FStar.Seq.Base.length s} -> Type0
{ "end_col": 82, "end_line": 684, "start_col": 2, "start_line": 684 }
Prims.Tot
val head (#a: Type) (s: seq a {length s > 0}) : Tot a
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let head (#a:Type) (s:seq a{length s > 0}) : Tot a = index s 0
val head (#a: Type) (s: seq a {length s > 0}) : Tot a let head (#a: Type) (s: seq a {length s > 0}) : Tot a =
false
null
false
index s 0
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.b2t", "Prims.op_GreaterThan", "FStar.Seq.Base.length", "FStar.Seq.Base.index" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val head (#a: Type) (s: seq a {length s > 0}) : Tot a
[]
FStar.Seq.Properties.head
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a {FStar.Seq.Base.length s > 0} -> a
{ "end_col": 62, "end_line": 40, "start_col": 53, "start_line": 40 }
Prims.Tot
val tail (#a: Type) (s: seq a {length s > 0}) : Tot (seq a)
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let tail (#a:Type) (s:seq a{length s > 0}) : Tot (seq a) = slice s 1 (length s)
val tail (#a: Type) (s: seq a {length s > 0}) : Tot (seq a) let tail (#a: Type) (s: seq a {length s > 0}) : Tot (seq a) =
false
null
false
slice s 1 (length s)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.b2t", "Prims.op_GreaterThan", "FStar.Seq.Base.length", "FStar.Seq.Base.slice" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val tail (#a: Type) (s: seq a {length s > 0}) : Tot (seq a)
[]
FStar.Seq.Properties.tail
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a {FStar.Seq.Base.length s > 0} -> FStar.Seq.Base.seq a
{ "end_col": 79, "end_line": 42, "start_col": 59, "start_line": 42 }
Prims.Tot
val last (#a: Type) (s: seq a {length s > 0}) : Tot a
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let last (#a:Type) (s:seq a{length s > 0}) : Tot a = index s (length s - 1)
val last (#a: Type) (s: seq a {length s > 0}) : Tot a let last (#a: Type) (s: seq a {length s > 0}) : Tot a =
false
null
false
index s (length s - 1)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.b2t", "Prims.op_GreaterThan", "FStar.Seq.Base.length", "FStar.Seq.Base.index", "Prims.op_Subtraction" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val last (#a: Type) (s: seq a {length s > 0}) : Tot a
[]
FStar.Seq.Properties.last
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a {FStar.Seq.Base.length s > 0} -> a
{ "end_col": 75, "end_line": 50, "start_col": 53, "start_line": 50 }
Prims.Tot
val swap (#a: Type) (s: seq a) (i: nat{i < length s}) (j: nat{j < length s}) : Tot (seq a)
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let swap (#a:Type) (s:seq a) (i:nat{i<length s}) (j:nat{j<length s}) : Tot (seq a) = upd (upd s j (index s i)) i (index s j)
val swap (#a: Type) (s: seq a) (i: nat{i < length s}) (j: nat{j < length s}) : Tot (seq a) let swap (#a: Type) (s: seq a) (i: nat{i < length s}) (j: nat{j < length s}) : Tot (seq a) =
false
null
false
upd (upd s j (index s i)) i (index s j)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "FStar.Seq.Base.length", "FStar.Seq.Base.upd", "FStar.Seq.Base.index" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val swap (#a: Type) (s: seq a) (i: nat{i < length s}) (j: nat{j < length s}) : Tot (seq a)
[]
FStar.Seq.Properties.swap
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a -> i: Prims.nat{i < FStar.Seq.Base.length s} -> j: Prims.nat{j < FStar.Seq.Base.length s} -> FStar.Seq.Base.seq a
{ "end_col": 41, "end_line": 97, "start_col": 2, "start_line": 97 }
Prims.Pure
val split_eq (#a: Type) (s: seq a) (i: nat{(0 <= i /\ i <= length s)}) : Pure (seq a * seq a) (requires True) (ensures (fun x -> (append (fst x) (snd x) == s)))
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let split_eq (#a:Type) (s:seq a) (i:nat{(0 <= i /\ i <= length s)}) : Pure (seq a * seq a) (requires True) (ensures (fun x -> (append (fst x) (snd x) == s))) = let x = split s i in lemma_split s i; x
val split_eq (#a: Type) (s: seq a) (i: nat{(0 <= i /\ i <= length s)}) : Pure (seq a * seq a) (requires True) (ensures (fun x -> (append (fst x) (snd x) == s))) let split_eq (#a: Type) (s: seq a) (i: nat{(0 <= i /\ i <= length s)}) : Pure (seq a * seq a) (requires True) (ensures (fun x -> (append (fst x) (snd x...
false
null
false
let x = split s i in lemma_split s i; x
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[]
[ "FStar.Seq.Base.seq", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.length", "Prims.unit", "FStar.Seq.Properties.lemma_split", "FStar.Pervasives.Native.tuple2", "FStar.Seq.Properties.split", "Prims.l_True", "Prims.eq2", "FStar.Seq.Base.append", "FStar...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val split_eq (#a: Type) (s: seq a) (i: nat{(0 <= i /\ i <= length s)}) : Pure (seq a * seq a) (requires True) (ensures (fun x -> (append (fst x) (snd x) == s)))
[]
FStar.Seq.Properties.split_eq
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a -> i: Prims.nat{0 <= i /\ i <= FStar.Seq.Base.length s} -> Prims.Pure (FStar.Seq.Base.seq a * FStar.Seq.Base.seq a)
{ "end_col": 3, "end_line": 71, "start_col": 1, "start_line": 69 }
Prims.Tot
val sorted (#a: Type) (f: (a -> a -> Tot bool)) (s: seq a) : Tot bool (decreases (length s))
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let rec sorted (#a:Type) (f:a -> a -> Tot bool) (s:seq a) : Tot bool (decreases (length s)) = if length s <= 1 then true else let hd = head s in f hd (index s 1) && sorted f (tail s)
val sorted (#a: Type) (f: (a -> a -> Tot bool)) (s: seq a) : Tot bool (decreases (length s)) let rec sorted (#a: Type) (f: (a -> a -> Tot bool)) (s: seq a) : Tot bool (decreases (length s)) =
false
null
false
if length s <= 1 then true else let hd = head s in f hd (index s 1) && sorted f (tail s)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total", "" ]
[ "Prims.bool", "FStar.Seq.Base.seq", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.length", "Prims.op_AmpAmp", "FStar.Seq.Base.index", "FStar.Seq.Properties.sorted", "FStar.Seq.Properties.tail", "FStar.Seq.Properties.head" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val sorted (#a: Type) (f: (a -> a -> Tot bool)) (s: seq a) : Tot bool (decreases (length s))
[ "recursion" ]
FStar.Seq.Properties.sorted
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: a -> _: a -> Prims.bool) -> s: FStar.Seq.Base.seq a -> Prims.Tot Prims.bool
{ "end_col": 44, "end_line": 130, "start_col": 2, "start_line": 127 }
Prims.Tot
val split (#a: Type) (s: seq a) (i: nat{(0 <= i /\ i <= length s)}) : Tot (seq a * seq a)
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let split (#a:Type) (s:seq a) (i:nat{(0 <= i /\ i <= length s)}) : Tot (seq a * seq a) = slice s 0 i, slice s i (length s)
val split (#a: Type) (s: seq a) (i: nat{(0 <= i /\ i <= length s)}) : Tot (seq a * seq a) let split (#a: Type) (s: seq a) (i: nat{(0 <= i /\ i <= length s)}) : Tot (seq a * seq a) =
false
null
false
slice s 0 i, slice s i (length s)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.length", "FStar.Pervasives.Native.Mktuple2", "FStar.Seq.Base.slice", "FStar.Pervasives.Native.tuple2" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val split (#a: Type) (s: seq a) (i: nat{(0 <= i /\ i <= length s)}) : Tot (seq a * seq a)
[]
FStar.Seq.Properties.split
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a -> i: Prims.nat{0 <= i /\ i <= FStar.Seq.Base.length s} -> FStar.Seq.Base.seq a * FStar.Seq.Base.seq a
{ "end_col": 37, "end_line": 59, "start_col": 4, "start_line": 59 }
Prims.Tot
val count (#a: eqtype) (x: a) (s: seq a) : Tot nat (decreases (length s))
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let rec count (#a:eqtype) (x:a) (s:seq a) : Tot nat (decreases (length s)) = if length s = 0 then 0 else if head s = x then 1 + count x (tail s) else count x (tail s)
val count (#a: eqtype) (x: a) (s: seq a) : Tot nat (decreases (length s)) let rec count (#a: eqtype) (x: a) (s: seq a) : Tot nat (decreases (length s)) =
false
null
false
if length s = 0 then 0 else if head s = x then 1 + count x (tail s) else count x (tail s)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total", "" ]
[ "Prims.eqtype", "FStar.Seq.Base.seq", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "Prims.bool", "FStar.Seq.Properties.head", "Prims.op_Addition", "FStar.Seq.Properties.count", "FStar.Seq.Properties.tail", "Prims.nat" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val count (#a: eqtype) (x: a) (s: seq a) : Tot nat (decreases (length s))
[ "recursion" ]
FStar.Seq.Properties.count
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
x: a -> s: FStar.Seq.Base.seq a -> Prims.Tot Prims.nat
{ "end_col": 23, "end_line": 77, "start_col": 2, "start_line": 74 }
Prims.Tot
val replace_subseq (#a: Type0) (s: Seq.seq a) (i: nat) (j: nat{i <= j /\ j <= length s}) (sub: Seq.seq a {length sub == j - i}) : Tot (Seq.seq a)
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let replace_subseq (#a:Type0) (s:Seq.seq a) (i:nat) (j:nat{i <= j /\ j <= length s}) (sub:Seq.seq a{length sub == j - i}) :Tot (Seq.seq a) = Seq.append (Seq.slice s 0 i) (Seq.append sub (Seq.slice s j (Seq.length s)))
val replace_subseq (#a: Type0) (s: Seq.seq a) (i: nat) (j: nat{i <= j /\ j <= length s}) (sub: Seq.seq a {length sub == j - i}) : Tot (Seq.seq a) let replace_subseq (#a: Type0) (s: Seq.seq a) (i: nat) (j: nat{i <= j /\ j <= length s}) (sub: Seq.seq a {leng...
false
null
false
Seq.append (Seq.slice s 0 i) (Seq.append sub (Seq.slice s j (Seq.length s)))
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.nat", "Prims.l_and", "Prims.b2t", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.length", "Prims.eq2", "Prims.int", "Prims.op_Subtraction", "FStar.Seq.Base.append", "FStar.Seq.Base.slice" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val replace_subseq (#a: Type0) (s: Seq.seq a) (i: nat) (j: nat{i <= j /\ j <= length s}) (sub: Seq.seq a {length sub == j - i}) : Tot (Seq.seq a)
[]
FStar.Seq.Properties.replace_subseq
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a -> i: Prims.nat -> j: Prims.nat{i <= j /\ j <= FStar.Seq.Base.length s} -> sub: FStar.Seq.Base.seq a {FStar.Seq.Base.length sub == j - i} -> FStar.Seq.Base.seq a
{ "end_col": 80, "end_line": 258, "start_col": 4, "start_line": 258 }
Prims.Pure
val index_mem (#a: eqtype) (x: a) (s: seq a) : Pure nat (requires (mem x s)) (ensures (fun i -> i < length s /\ index s i == x)) (decreases (length s))
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let rec index_mem (#a:eqtype) (x:a) (s:seq a) : Pure nat (requires (mem x s)) (ensures (fun i -> i < length s /\ index s i == x)) (decreases (length s)) = if head s = x then 0 else 1 + index_mem x (tail s)
val index_mem (#a: eqtype) (x: a) (s: seq a) : Pure nat (requires (mem x s)) (ensures (fun i -> i < length s /\ index s i == x)) (decreases (length s)) let rec index_mem (#a: eqtype) (x: a) (s: seq a) : Pure nat (requires (mem x s)) (ensures (fun i -> i < length s /\ index s i == x...
false
null
false
if head s = x then 0 else 1 + index_mem x (tail s)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "" ]
[ "Prims.eqtype", "FStar.Seq.Base.seq", "Prims.op_Equality", "FStar.Seq.Properties.head", "Prims.bool", "Prims.op_Addition", "FStar.Seq.Properties.index_mem", "FStar.Seq.Properties.tail", "Prims.nat", "Prims.b2t", "FStar.Seq.Properties.mem", "Prims.l_and", "Prims.op_LessThan", "FStar.Seq.Bas...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val index_mem (#a: eqtype) (x: a) (s: seq a) : Pure nat (requires (mem x s)) (ensures (fun i -> i < length s /\ index s i == x)) (decreases (length s))
[ "recursion" ]
FStar.Seq.Properties.index_mem
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
x: a -> s: FStar.Seq.Base.seq a -> Prims.Pure Prims.nat
{ "end_col": 35, "end_line": 94, "start_col": 6, "start_line": 93 }
Prims.GTot
val ghost_find_l (#a: Type) (f: (a -> GTot bool)) (l: seq a) : GTot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l))
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let rec ghost_find_l (#a:Type) (f:a -> GTot bool) (l:seq a) : GTot (o:option a{Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) = if Seq.length l = 0 then None else if f (head l) then Some (head l) else ghost_find_l f (tail l)
val ghost_find_l (#a: Type) (f: (a -> GTot bool)) (l: seq a) : GTot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) let rec ghost_find_l (#a: Type) (f: (a -> GTot bool)) (l: seq a) : GTot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) =
false
null
false
if Seq.length l = 0 then None else if f (head l) then Some (head l) else ghost_find_l f (tail l)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "sometrivial", "" ]
[ "Prims.bool", "FStar.Seq.Base.seq", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "FStar.Pervasives.Native.None", "FStar.Seq.Properties.head", "FStar.Pervasives.Native.Some", "FStar.Seq.Properties.ghost_find_l", "FStar.Seq.Properties.tail", "FStar.Pervasives.Native.option", "Prims...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val ghost_find_l (#a: Type) (f: (a -> GTot bool)) (l: seq a) : GTot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l))
[ "recursion" ]
FStar.Seq.Properties.ghost_find_l
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: a -> Prims.GTot Prims.bool) -> l: FStar.Seq.Base.seq a -> Prims.GTot (o: FStar.Pervasives.Native.option a {Some? o ==> f (Some?.v o)})
{ "end_col": 30, "end_line": 347, "start_col": 2, "start_line": 345 }
Prims.Pure
val createL (#a: Type0) (l: list a) : Pure (seq a) (requires True) (ensures (fun s -> createL_post #a l s))
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let createL (#a:Type0) (l:list a) : Pure (seq a) (requires True) (ensures (fun s -> createL_post #a l s)) = let s = seq_of_list l in lemma_list_seq_bij l; s
val createL (#a: Type0) (l: list a) : Pure (seq a) (requires True) (ensures (fun s -> createL_post #a l s)) let createL (#a: Type0) (l: list a) : Pure (seq a) (requires True) (ensures (fun s -> createL_post #a l s)) =
false
null
false
let s = seq_of_list l in lemma_list_seq_bij l; s
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[]
[ "Prims.list", "Prims.unit", "FStar.Seq.Properties.lemma_list_seq_bij", "FStar.Seq.Base.seq", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "FStar.List.Tot.Base.length", "FStar.Seq.Base.length", "FStar.Seq.Properties.seq_of_list", "Prims.l_True", "FStar.Seq.Properties.createL_post" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val createL (#a: Type0) (l: list a) : Pure (seq a) (requires True) (ensures (fun s -> createL_post #a l s))
[]
FStar.Seq.Properties.createL
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
l: Prims.list a -> Prims.Pure (FStar.Seq.Base.seq a)
{ "end_col": 3, "end_line": 467, "start_col": 1, "start_line": 465 }
Prims.GTot
val createL_post (#a: Type0) (l: list a) (s: seq a) : GTot Type0
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let createL_post (#a:Type0) (l:list a) (s:seq a) : GTot Type0 = normalize (L.length l = length s) /\ seq_to_list s == l /\ seq_of_list l == s
val createL_post (#a: Type0) (l: list a) (s: seq a) : GTot Type0 let createL_post (#a: Type0) (l: list a) (s: seq a) : GTot Type0 =
false
null
false
normalize (L.length l = length s) /\ seq_to_list s == l /\ seq_of_list l == s
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "sometrivial" ]
[ "Prims.list", "FStar.Seq.Base.seq", "Prims.l_and", "FStar.Pervasives.normalize", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "FStar.List.Tot.Base.length", "FStar.Seq.Base.length", "Prims.eq2", "FStar.Seq.Properties.seq_to_list", "FStar.Seq.Properties.seq_of_list" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val createL_post (#a: Type0) (l: list a) (s: seq a) : GTot Type0
[]
FStar.Seq.Properties.createL_post
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
l: Prims.list a -> s: FStar.Seq.Base.seq a -> Prims.GTot Type0
{ "end_col": 79, "end_line": 459, "start_col": 2, "start_line": 459 }
Prims.Tot
val find_r (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Tot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l))
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let rec find_r (#a:Type) (f:a -> Tot bool) (l:seq a) : Tot (o:option a{Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) = if Seq.length l = 0 then None else let prefix, last = un_snoc l in if f last then Some last else find_r f prefix
val find_r (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Tot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) let rec find_r (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Tot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) =
false
null
false
if Seq.length l = 0 then None else let prefix, last = un_snoc l in if f last then Some last else find_r f prefix
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total", "" ]
[ "Prims.bool", "FStar.Seq.Base.seq", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "FStar.Pervasives.Native.None", "FStar.Pervasives.Native.Some", "FStar.Seq.Properties.find_r", "FStar.Pervasives.Native.option", "Prims.l_imp", "Prims.b2t", "FStar.Pervasives.Native.uu___is_Some", ...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val find_r (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Tot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l))
[ "recursion" ]
FStar.Seq.Properties.find_r
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: a -> Prims.bool) -> l: FStar.Seq.Base.seq a -> Prims.Tot (o: FStar.Pervasives.Native.option a {Some? o ==> f (Some?.v o)})
{ "end_col": 27, "end_line": 380, "start_col": 2, "start_line": 377 }
Prims.Tot
val find_l (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Tot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l))
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let rec find_l (#a:Type) (f:a -> Tot bool) (l:seq a) : Tot (o:option a{Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) = if Seq.length l = 0 then None else if f (head l) then Some (head l) else find_l f (tail l)
val find_l (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Tot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) let rec find_l (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Tot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l)) =
false
null
false
if Seq.length l = 0 then None else if f (head l) then Some (head l) else find_l f (tail l)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total", "" ]
[ "Prims.bool", "FStar.Seq.Base.seq", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "FStar.Pervasives.Native.None", "FStar.Seq.Properties.head", "FStar.Pervasives.Native.Some", "FStar.Seq.Properties.find_l", "FStar.Seq.Properties.tail", "FStar.Pervasives.Native.option", "Prims.l_imp...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val find_l (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Tot (o: option a {Some? o ==> f (Some?.v o)}) (decreases (Seq.length l))
[ "recursion" ]
FStar.Seq.Properties.find_l
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: a -> Prims.bool) -> l: FStar.Seq.Base.seq a -> Prims.Tot (o: FStar.Pervasives.Native.option a {Some? o ==> f (Some?.v o)})
{ "end_col": 24, "end_line": 340, "start_col": 2, "start_line": 338 }
Prims.Tot
val un_snoc (#a: Type) (s: seq a {length s <> 0}) : Tot (r: (seq a * a){s == snoc (fst r) (snd r)})
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let un_snoc (#a:Type) (s:seq a{length s <> 0}) : Tot (r:(seq a * a){s == snoc (fst r) (snd r)}) = let s', a = split s (length s - 1) in assert (Seq.equal (snoc s' (Seq.index a 0)) s); s', Seq.index a 0
val un_snoc (#a: Type) (s: seq a {length s <> 0}) : Tot (r: (seq a * a){s == snoc (fst r) (snd r)}) let un_snoc (#a: Type) (s: seq a {length s <> 0}) : Tot (r: (seq a * a){s == snoc (fst r) (snd r)}) =
false
null
false
let s', a = split s (length s - 1) in assert (Seq.equal (snoc s' (Seq.index a 0)) s); s', Seq.index a 0
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.b2t", "Prims.op_disEquality", "Prims.int", "FStar.Seq.Base.length", "FStar.Pervasives.Native.Mktuple2", "FStar.Seq.Base.index", "Prims.unit", "Prims._assert", "FStar.Seq.Base.equal", "FStar.Seq.Properties.snoc", "FStar.Pervasives.Native.tuple2", "Prims.eq2", "F...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val un_snoc (#a: Type) (s: seq a {length s <> 0}) : Tot (r: (seq a * a){s == snoc (fst r) (snd r)})
[]
FStar.Seq.Properties.un_snoc
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a {FStar.Seq.Base.length s <> 0} -> r: (FStar.Seq.Base.seq a * a) { s == FStar.Seq.Properties.snoc (FStar.Pervasives.Native.fst r) (FStar.Pervasives.Native.snd r) }
{ "end_col": 19, "end_line": 370, "start_col": 97, "start_line": 367 }
Prims.Pure
val for_all (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Pure bool (requires True) (ensures (fun b -> (b == true <==> (forall (i: nat{i < Seq.length l}). f (index l i) == true))))
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let for_all (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Pure bool (requires True) (ensures (fun b -> (b == true <==> (forall (i: nat {i < Seq.length l} ) . f (index l i) == true)))) = None? (seq_find (fun i -> not (f i)) l)
val for_all (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Pure bool (requires True) (ensures (fun b -> (b == true <==> (forall (i: nat{i < Seq.length l}). f (index l i) == true)))) let for_all (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Pure bool (requires True) (ensures ...
false
null
false
None? (seq_find (fun i -> not (f i)) l)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[]
[ "Prims.bool", "FStar.Seq.Base.seq", "FStar.Pervasives.Native.uu___is_None", "FStar.Seq.Properties.seq_find", "Prims.op_Negation", "Prims.l_True", "Prims.l_iff", "Prims.eq2", "Prims.l_Forall", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "FStar.Seq.Base.length", "FStar.Seq.Base.index" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val for_all (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Pure bool (requires True) (ensures (fun b -> (b == true <==> (forall (i: nat{i < Seq.length l}). f (index l i) == true))))
[]
FStar.Seq.Properties.for_all
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: a -> Prims.bool) -> l: FStar.Seq.Base.seq a -> Prims.Pure Prims.bool
{ "end_col": 41, "end_line": 421, "start_col": 2, "start_line": 421 }
Prims.Tot
val foldr (#a #b: Type) (f: (b -> a -> Tot a)) (s: seq b) (init: a) : Tot a (decreases (length s))
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let rec foldr (#a #b:Type) (f:b -> a -> Tot a) (s:seq b) (init:a) : Tot a (decreases (length s)) = if length s = 0 then init else f (head s) (foldr f (tail s) init)
val foldr (#a #b: Type) (f: (b -> a -> Tot a)) (s: seq b) (init: a) : Tot a (decreases (length s)) let rec foldr (#a #b: Type) (f: (b -> a -> Tot a)) (s: seq b) (init: a) : Tot a (decreases (length s)) =
false
null
false
if length s = 0 then init else f (head s) (foldr f (tail s) init)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total", "" ]
[ "FStar.Seq.Base.seq", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "Prims.bool", "FStar.Seq.Properties.head", "FStar.Seq.Properties.foldr", "FStar.Seq.Properties.tail" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val foldr (#a #b: Type) (f: (b -> a -> Tot a)) (s: seq b) (init: a) : Tot a (decreases (length s))
[ "recursion" ]
FStar.Seq.Properties.foldr
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: b -> _: a -> a) -> s: FStar.Seq.Base.seq b -> init: a -> Prims.Tot a
{ "end_col": 43, "end_line": 756, "start_col": 4, "start_line": 755 }
Prims.Tot
val splice (#a: Type) (s1: seq a) (i: nat) (s2: seq a {length s1 = length s2}) (j: nat{i <= j /\ j <= (length s2)}) : Tot (seq a)
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let splice (#a:Type) (s1:seq a) (i:nat) (s2:seq a{length s1=length s2}) (j:nat{i <= j /\ j <= (length s2)}) : Tot (seq a) = Seq.append (slice s1 0 i) (Seq.append (slice s2 i j) (slice s1 j (length s1)))
val splice (#a: Type) (s1: seq a) (i: nat) (s2: seq a {length s1 = length s2}) (j: nat{i <= j /\ j <= (length s2)}) : Tot (seq a) let splice (#a: Type) (s1: seq a) (i: nat) (s2: seq a {length s1 = length s2}) (j: nat{i <= j /\ j <= (length s2)}) : Tot ...
false
null
false
Seq.append (slice s1 0 i) (Seq.append (slice s2 i j) (slice s1 j (length s1)))
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "FStar.Seq.Base.seq", "Prims.nat", "Prims.b2t", "Prims.op_Equality", "FStar.Seq.Base.length", "Prims.l_and", "Prims.op_LessThanOrEqual", "FStar.Seq.Base.append", "FStar.Seq.Base.slice" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val splice (#a: Type) (s1: seq a) (i: nat) (s2: seq a {length s1 = length s2}) (j: nat{i <= j /\ j <= (length s2)}) : Tot (seq a)
[]
FStar.Seq.Properties.splice
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s1: FStar.Seq.Base.seq a -> i: Prims.nat -> s2: FStar.Seq.Base.seq a {FStar.Seq.Base.length s1 = FStar.Seq.Base.length s2} -> j: Prims.nat{i <= j /\ j <= FStar.Seq.Base.length s2} -> FStar.Seq.Base.seq a
{ "end_col": 80, "end_line": 254, "start_col": 2, "start_line": 254 }
Prims.Tot
val foldr_snoc (#a #b: Type) (f: (b -> a -> Tot a)) (s: seq b) (init: a) : Tot a (decreases (length s))
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let rec foldr_snoc (#a #b:Type) (f:b -> a -> Tot a) (s:seq b) (init:a) : Tot a (decreases (length s)) = if length s = 0 then init else let s, last = un_snoc s in f last (foldr_snoc f s init)
val foldr_snoc (#a #b: Type) (f: (b -> a -> Tot a)) (s: seq b) (init: a) : Tot a (decreases (length s)) let rec foldr_snoc (#a #b: Type) (f: (b -> a -> Tot a)) (s: seq b) (init: a) : Tot a (decreases (length s)) =
false
null
false
if length s = 0 then init else let s, last = un_snoc s in f last (foldr_snoc f s init)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total", "" ]
[ "FStar.Seq.Base.seq", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "Prims.bool", "FStar.Seq.Properties.foldr_snoc", "FStar.Pervasives.Native.tuple2", "Prims.eq2", "FStar.Seq.Properties.snoc", "FStar.Pervasives.Native.fst", "FStar.Pervasives.Native.snd", "FStar.Seq.Properties.un_s...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val foldr_snoc (#a #b: Type) (f: (b -> a -> Tot a)) (s: seq b) (init: a) : Tot a (decreases (length s))
[ "recursion" ]
FStar.Seq.Properties.foldr_snoc
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: b -> _: a -> a) -> s: FStar.Seq.Base.seq b -> init: a -> Prims.Tot a
{ "end_col": 37, "end_line": 762, "start_col": 4, "start_line": 760 }
Prims.Pure
val seq_find (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Pure (option a) (requires True) (ensures (function | None -> forall (i: nat{i < Seq.length l}). not (f (Seq.index l i)) | Some x -> f x /\ (exists (i: nat{i < Seq.length l}). {:pattern (found i)...
[ { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": "FStar.Seq", "short_module": null }, { "abbrev": false, "full_module": "FS...
false
let seq_find (#a:Type) (f:a -> Tot bool) (l:seq a) : Pure (option a) (requires True) (ensures (function | None -> forall (i:nat{i < Seq.length l}). not (f (Seq.index l i)) | Some x -> f x /\ (exists (i:nat{i < Seq.length l}).{:pattern (found i)} found i /\ x ...
val seq_find (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Pure (option a) (requires True) (ensures (function | None -> forall (i: nat{i < Seq.length l}). not (f (Seq.index l i)) | Some x -> f x /\ (exists (i: nat{i < Seq.length l}). {:pattern (found i)...
false
null
false
seq_find_aux f l (Seq.length l)
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[]
[ "Prims.bool", "FStar.Seq.Base.seq", "FStar.Seq.Properties.seq_find_aux", "FStar.Seq.Base.length", "FStar.Pervasives.Native.option", "Prims.l_True", "Prims.l_Forall", "Prims.nat", "Prims.b2t", "Prims.op_LessThan", "Prims.op_Negation", "FStar.Seq.Base.index", "Prims.l_and", "Prims.l_Exists",...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val seq_find (#a: Type) (f: (a -> Tot bool)) (l: seq a) : Pure (option a) (requires True) (ensures (function | None -> forall (i: nat{i < Seq.length l}). not (f (Seq.index l i)) | Some x -> f x /\ (exists (i: nat{i < Seq.length l}). {:pattern (found i)...
[]
FStar.Seq.Properties.seq_find
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: (_: a -> Prims.bool) -> l: FStar.Seq.Base.seq a -> Prims.Pure (FStar.Pervasives.Native.option a)
{ "end_col": 33, "end_line": 408, "start_col": 2, "start_line": 408 }
Prims.Tot
val sort_lseq (#a: eqtype) (#n: _) (f: tot_ord a) (s: lseq a n) : s': lseq a n {sorted f s' /\ permutation a s s'}
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let sort_lseq (#a:eqtype) #n (f:tot_ord a) (s:lseq a n) : s':lseq a n{sorted f s' /\ permutation a s s'} = lemma_seq_sortwith_correctness (L.compare_of_bool f) s; let s' = sortWith (L.compare_of_bool f) s in perm_len s s'; sorted_feq f (L.bool_of_compare (L.compare_of_bool f)) s'; s'
val sort_lseq (#a: eqtype) (#n: _) (f: tot_ord a) (s: lseq a n) : s': lseq a n {sorted f s' /\ permutation a s s'} let sort_lseq (#a: eqtype) #n (f: tot_ord a) (s: lseq a n) : s': lseq a n {sorted f s' /\ permutation a s s'} =
false
null
false
lemma_seq_sortwith_correctness (L.compare_of_bool f) s; let s' = sortWith (L.compare_of_bool f) s in perm_len s s'; sorted_feq f (L.bool_of_compare (L.compare_of_bool f)) s'; s'
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "Prims.eqtype", "Prims.nat", "FStar.Seq.Properties.tot_ord", "FStar.Seq.Properties.lseq", "Prims.unit", "FStar.Seq.Properties.sorted_feq", "FStar.List.Tot.Base.bool_of_compare", "FStar.List.Tot.Base.compare_of_bool", "FStar.Seq.Properties.perm_len", "FStar.Seq.Base.seq", "FStar.Seq.Properties.so...
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val sort_lseq (#a: eqtype) (#n: _) (f: tot_ord a) (s: lseq a n) : s': lseq a n {sorted f s' /\ permutation a s s'}
[]
FStar.Seq.Properties.sort_lseq
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
f: FStar.Seq.Properties.tot_ord a -> s: FStar.Seq.Properties.lseq a n -> s': FStar.Seq.Properties.lseq a n {FStar.Seq.Properties.sorted f s' /\ FStar.Seq.Properties.permutation a s s'}
{ "end_col": 4, "end_line": 751, "start_col": 2, "start_line": 747 }
Prims.Tot
val seq_to_list (#a: Type) (s: seq a) : Tot (l: list a {L.length l = length s}) (decreases (length s))
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let rec seq_to_list (#a:Type) (s:seq a) : Tot (l:list a{L.length l = length s}) (decreases (length s)) = if length s = 0 then [] else index s 0::seq_to_list (slice s 1 (length s))
val seq_to_list (#a: Type) (s: seq a) : Tot (l: list a {L.length l = length s}) (decreases (length s)) let rec seq_to_list (#a: Type) (s: seq a) : Tot (l: list a {L.length l = length s}) (decreases (length s)) =
false
null
false
if length s = 0 then [] else index s 0 :: seq_to_list (slice s 1 (length s))
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total", "" ]
[ "FStar.Seq.Base.seq", "Prims.op_Equality", "Prims.int", "FStar.Seq.Base.length", "Prims.Nil", "Prims.bool", "Prims.Cons", "FStar.Seq.Base.index", "FStar.Seq.Properties.seq_to_list", "FStar.Seq.Base.slice", "Prims.list", "Prims.b2t", "Prims.nat", "FStar.List.Tot.Base.length" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val seq_to_list (#a: Type) (s: seq a) : Tot (l: list a {L.length l = length s}) (decreases (length s))
[ "recursion" ]
FStar.Seq.Properties.seq_to_list
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
s: FStar.Seq.Base.seq a -> Prims.Tot (l: Prims.list a {FStar.List.Tot.Base.length l = FStar.Seq.Base.length s})
{ "end_col": 52, "end_line": 434, "start_col": 2, "start_line": 433 }
Prims.Tot
val seq_of_list (#a: Type) (l: list a) : Tot (s: seq a {L.length l = length s})
[ { "abbrev": true, "full_module": "FStar.List.Tot", "short_module": "L" }, { "abbrev": true, "full_module": "FStar.Seq.Base", "short_module": "Seq" }, { "abbrev": false, "full_module": "FStar.Seq.Base", "short_module": null }, { "abbrev": false, "full_module": ...
false
let rec seq_of_list (#a:Type) (l:list a) : Tot (s:seq a{L.length l = length s}) = match l with | [] -> Seq.empty #a | hd::tl -> create 1 hd @| seq_of_list tl
val seq_of_list (#a: Type) (l: list a) : Tot (s: seq a {L.length l = length s}) let rec seq_of_list (#a: Type) (l: list a) : Tot (s: seq a {L.length l = length s}) =
false
null
false
match l with | [] -> Seq.empty #a | hd :: tl -> create 1 hd @| seq_of_list tl
{ "checked_file": "FStar.Seq.Properties.fsti.checked", "dependencies": [ "prims.fst.checked", "FStar.Seq.Base.fsti.checked", "FStar.Pervasives.Native.fst.checked", "FStar.Pervasives.fsti.checked", "FStar.List.Tot.Properties.fst.checked", "FStar.List.Tot.Base.fst.checked", "FStar.List.Tot...
[ "total" ]
[ "Prims.list", "FStar.Seq.Base.empty", "FStar.Seq.Base.op_At_Bar", "FStar.Seq.Base.create", "FStar.Seq.Properties.seq_of_list", "FStar.Seq.Base.seq", "Prims.b2t", "Prims.op_Equality", "Prims.nat", "FStar.List.Tot.Base.length", "FStar.Seq.Base.length" ]
[]
(* Copyright 2008-2014 Nikhil Swamy 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 required by appli...
false
false
FStar.Seq.Properties.fsti
{ "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...
null
val seq_of_list (#a: Type) (l: list a) : Tot (s: seq a {L.length l = length s})
[ "recursion" ]
FStar.Seq.Properties.seq_of_list
{ "file_name": "ulib/FStar.Seq.Properties.fsti", "git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f", "git_url": "https://github.com/FStarLang/FStar.git", "project_name": "FStar" }
l: Prims.list a -> s: FStar.Seq.Base.seq a {FStar.List.Tot.Base.length l = FStar.Seq.Base.length s}
{ "end_col": 43, "end_line": 440, "start_col": 2, "start_line": 438 }