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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
FStar.HyperStack.ST.ST | val read_sub_buffer (#a: Type0) (#rrel #rel: srel a) (b: mbuffer a rrel rel) (idx len: U32.t)
: HST.ST (Seq.seq a)
(requires fun h0 -> live h0 b /\ U32.v len > 0 /\ U32.v idx + U32.v len <= length b)
(ensures
fun h0 s h1 -> h0 == h1 /\ s == Seq.slice (as_seq h0 b) (U32.v idx) (U32.v idx + U32.v ... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let read_sub_buffer (#a:Type0) (#rrel #rel:srel a)
(b:mbuffer a rrel rel) (idx len:U32.t)
: HST.ST (Seq.seq a)
(requires fun h0 ->
live h0 b /\ U32.v len > 0 /\
U32.v idx + U32.v len <= length b)
(ensures fun h0 s h1 ->
h0 == h1 /\
s == Seq.slice (as_seq h0 b) (U32.v idx) (U32.v idx ... | val read_sub_buffer (#a: Type0) (#rrel #rel: srel a) (b: mbuffer a rrel rel) (idx len: U32.t)
: HST.ST (Seq.seq a)
(requires fun h0 -> live h0 b /\ U32.v len > 0 /\ U32.v idx + U32.v len <= length b)
(ensures
fun h0 s h1 -> h0 == h1 /\ s == Seq.slice (as_seq h0 b) (U32.v idx) (U32.v idx + U32.v ... | true | null | false | let open HST in
let s = !(Buffer?.content b) in
let s = Seq.slice s (U32.v (Buffer?.idx b)) (U32.v (Buffer?.max_length b)) in
Seq.slice s (U32.v idx) (U32.v idx + U32.v len) | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"LowStar.Monotonic.Buffer.mbuffer",
"FStar.UInt32.t",
"FStar.Seq.Base.slice",
"FStar.UInt32.v",
"Prims.op_Addition",
"FStar.Seq.Base.seq",
"LowStar.Monotonic.Buffer.__proj__Buffer__item__idx",
"LowStar.Monotonic.Buffer.__proj__Buffer__item__max_length",
"FStar.Seq.... | [] | (*
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 | LowStar.Monotonic.Buffer.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 read_sub_buffer (#a: Type0) (#rrel #rel: srel a) (b: mbuffer a rrel rel) (idx len: U32.t)
: HST.ST (Seq.seq a)
(requires fun h0 -> live h0 b /\ U32.v len > 0 /\ U32.v idx + U32.v len <= length b)
(ensures
fun h0 s h1 -> h0 == h1 /\ s == Seq.slice (as_seq h0 b) (U32.v idx) (U32.v idx + U32.v ... | [] | LowStar.Monotonic.Buffer.read_sub_buffer | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | b: LowStar.Monotonic.Buffer.mbuffer a rrel rel -> idx: FStar.UInt32.t -> len: FStar.UInt32.t
-> FStar.HyperStack.ST.ST (FStar.Seq.Base.seq a) | {
"end_col": 51,
"end_line": 1499,
"start_col": 4,
"start_line": 1495
} |
FStar.HyperStack.ST.ST | val mgcmalloc_and_blit (#a:Type0) (#rrel:srel a) (r:HS.rid)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == r /\ recallable b})
(requires fun h0 ->
malloc_pre r len /\
live h0 src /\ U32.v id_src + U32.v len <= len... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let mgcmalloc_and_blit #_ #_ r #_ #_ src id_src len =
alloc_heap_common r len (read_sub_buffer src id_src len) false | val mgcmalloc_and_blit (#a:Type0) (#rrel:srel a) (r:HS.rid)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == r /\ recallable b})
(requires fun h0 ->
malloc_pre r len /\
live h0 src /\ U32.v id_src + U32.v len <= len... | true | null | false | alloc_heap_common r len (read_sub_buffer src id_src len) false | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"FStar.Monotonic.HyperHeap.rid",
"LowStar.Monotonic.Buffer.mbuffer",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.alloc_heap_common",
"LowStar.Monotonic.Buffer.lmbuffer",
"FStar.UInt32.v",
"FStar.Seq.Base.seq",
"Prims.eq2",
"Prims.int",
"Prims.l_or",
"Prims.b2t"... | [] | (*
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 | LowStar.Monotonic.Buffer.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 mgcmalloc_and_blit (#a:Type0) (#rrel:srel a) (r:HS.rid)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == r /\ recallable b})
(requires fun h0 ->
malloc_pre r len /\
live h0 src /\ U32.v id_src + U32.v len <= len... | [] | LowStar.Monotonic.Buffer.mgcmalloc_and_blit | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
r: FStar.Monotonic.HyperHeap.rid ->
src: LowStar.Monotonic.Buffer.mbuffer a rrel1 rel1 ->
id_src: FStar.UInt32.t ->
len: FStar.UInt32.t
-> FStar.HyperStack.ST.ST
(b:
LowStar.Monotonic.Buffer.lmbuffer a rrel rrel (FStar.UInt32.v len)
{LowStar.Monotonic.Buffer.frameOf b == r /\ LowSta... | {
"end_col": 64,
"end_line": 1502,
"start_col": 2,
"start_line": 1502
} |
FStar.HyperStack.ST.StackInline | val malloca (#a:Type0) (#rrel:srel a)
(init:a) (len:U32.t)
:HST.StackInline (lmbuffer a rrel rrel (U32.v len))
(requires (fun _ -> alloca_pre len))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.create (U32.v len) init) /\
frameOf... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let malloca #a #rrel init len =
lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content: HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.salloc (Seq.create (U32.v len) init)
in
Buffer len content 0ul (Ghost.hide len) | val malloca (#a:Type0) (#rrel:srel a)
(init:a) (len:U32.t)
:HST.StackInline (lmbuffer a rrel rrel (U32.v len))
(requires (fun _ -> alloca_pre len))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.create (U32.v len) init) /\
frameOf... | true | null | false | lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content:HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.salloc (Seq.create (U32.v len) init)
in
Buffer len content 0ul (Ghost.hide len) | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.Buffer",
"FStar.UInt32.__uint_to_t",
"FStar.Ghost.hide",
"LowStar.Monotonic.Buffer.lmbuffer",
"FStar.UInt32.v",
"FStar.HyperStack.ST.mreference",
"FStar.Seq.Properties.lseq",
"LowStar.Monotonic.Buffer.srel_to_lsrel",
"F... | [] | (*
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 | LowStar.Monotonic.Buffer.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 malloca (#a:Type0) (#rrel:srel a)
(init:a) (len:U32.t)
:HST.StackInline (lmbuffer a rrel rrel (U32.v len))
(requires (fun _ -> alloca_pre len))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.create (U32.v len) init) /\
frameOf... | [] | LowStar.Monotonic.Buffer.malloca | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | init: a -> len: FStar.UInt32.t
-> FStar.HyperStack.ST.StackInline
(LowStar.Monotonic.Buffer.lmbuffer a rrel rrel (FStar.UInt32.v len)) | {
"end_col": 41,
"end_line": 1515,
"start_col": 2,
"start_line": 1511
} |
FStar.HyperStack.ST.ST | val mmalloc_and_blit (#a:Type0) (#rrel:srel a) (r:HS.rid)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == r /\ freeable b})
(requires fun h0 ->
malloc_pre r len /\
live h0 src /\ U32.v id_src + U32.v len <= length ... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let mmalloc_and_blit #_ #_ r #_ #_ src id_src len =
alloc_heap_common r len (read_sub_buffer src id_src len) true | val mmalloc_and_blit (#a:Type0) (#rrel:srel a) (r:HS.rid)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == r /\ freeable b})
(requires fun h0 ->
malloc_pre r len /\
live h0 src /\ U32.v id_src + U32.v len <= length ... | true | null | false | alloc_heap_common r len (read_sub_buffer src id_src len) true | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"FStar.Monotonic.HyperHeap.rid",
"LowStar.Monotonic.Buffer.mbuffer",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.alloc_heap_common",
"LowStar.Monotonic.Buffer.lmbuffer",
"FStar.UInt32.v",
"FStar.Seq.Base.seq",
"Prims.eq2",
"Prims.int",
"Prims.l_or",
"Prims.b2t"... | [] | (*
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 | LowStar.Monotonic.Buffer.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 mmalloc_and_blit (#a:Type0) (#rrel:srel a) (r:HS.rid)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == r /\ freeable b})
(requires fun h0 ->
malloc_pre r len /\
live h0 src /\ U32.v id_src + U32.v len <= length ... | [] | LowStar.Monotonic.Buffer.mmalloc_and_blit | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
r: FStar.Monotonic.HyperHeap.rid ->
src: LowStar.Monotonic.Buffer.mbuffer a rrel1 rel1 ->
id_src: FStar.UInt32.t ->
len: FStar.UInt32.t
-> FStar.HyperStack.ST.ST
(b:
LowStar.Monotonic.Buffer.lmbuffer a rrel rrel (FStar.UInt32.v len)
{LowStar.Monotonic.Buffer.frameOf b == r /\ LowSta... | {
"end_col": 63,
"end_line": 1508,
"start_col": 2,
"start_line": 1508
} |
FStar.HyperStack.ST.StackInline | val malloca_of_list (#a:Type0) (#rrel:srel a) (init: list a)
:HST.StackInline (lmbuffer a rrel rrel (normalize_term (List.Tot.length init)))
(requires (fun _ -> alloca_of_list_pre init))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.seq_of_list init) /\
... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let malloca_of_list #a #rrel init =
let len = U32.uint_to_t (FStar.List.Tot.length init) in
let s = Seq.seq_of_list init in
lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content: HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.salloc s
in
Buffer len conten... | val malloca_of_list (#a:Type0) (#rrel:srel a) (init: list a)
:HST.StackInline (lmbuffer a rrel rrel (normalize_term (List.Tot.length init)))
(requires (fun _ -> alloca_of_list_pre init))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.seq_of_list init) /\
... | true | null | false | let len = U32.uint_to_t (FStar.List.Tot.length init) in
let s = Seq.seq_of_list init in
lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content:HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.salloc s
in
Buffer len content 0ul (Ghost.hide len) | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"Prims.list",
"LowStar.Monotonic.Buffer.Buffer",
"FStar.UInt32.__uint_to_t",
"FStar.Ghost.hide",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.lmbuffer",
"FStar.Pervasives.normalize_term",
"Prims.nat",
"FStar.List.Tot.Base.length",
"FStar.HyperStack.ST.mreference",... | [] | (*
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 | LowStar.Monotonic.Buffer.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 malloca_of_list (#a:Type0) (#rrel:srel a) (init: list a)
:HST.StackInline (lmbuffer a rrel rrel (normalize_term (List.Tot.length init)))
(requires (fun _ -> alloca_of_list_pre init))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.seq_of_list init) /\
... | [] | LowStar.Monotonic.Buffer.malloca_of_list | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | init: Prims.list a
-> FStar.HyperStack.ST.StackInline
(LowStar.Monotonic.Buffer.lmbuffer a
rrel
rrel
(FStar.Pervasives.normalize_term (FStar.List.Tot.Base.length init))) | {
"end_col": 41,
"end_line": 1531,
"start_col": 35,
"start_line": 1524
} |
FStar.HyperStack.ST.StackInline | val malloca_and_blit (#a:Type0) (#rrel:srel a)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.StackInline (lmbuffer a rrel rrel (U32.v len))
(requires fun h0 ->
alloca_pre len /\
live h0 src /\ U32.v id_src + U32.v len <= length src)
(ensures fun h0 b h1 ->
... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let malloca_and_blit #a #rrel #_ #_ src id_src len =
lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content: HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.salloc (read_sub_buffer src id_src len)
in
Buffer len content 0ul (Ghost.hide len) | val malloca_and_blit (#a:Type0) (#rrel:srel a)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.StackInline (lmbuffer a rrel rrel (U32.v len))
(requires fun h0 ->
alloca_pre len /\
live h0 src /\ U32.v id_src + U32.v len <= length src)
(ensures fun h0 b h1 ->
... | true | null | false | lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content:HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.salloc (read_sub_buffer src id_src len)
in
Buffer len content 0ul (Ghost.hide len) | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"LowStar.Monotonic.Buffer.mbuffer",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.Buffer",
"FStar.UInt32.__uint_to_t",
"FStar.Ghost.hide",
"LowStar.Monotonic.Buffer.lmbuffer",
"FStar.UInt32.v",
"FStar.HyperStack.ST.mreference",
"FStar.Seq.Properties.lseq",
"LowStar... | [] | (*
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 | LowStar.Monotonic.Buffer.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 malloca_and_blit (#a:Type0) (#rrel:srel a)
(#rrel1 #rel1:srel a) (src:mbuffer a rrel1 rel1) (id_src:U32.t) (len:U32.t)
: HST.StackInline (lmbuffer a rrel rrel (U32.v len))
(requires fun h0 ->
alloca_pre len /\
live h0 src /\ U32.v id_src + U32.v len <= length src)
(ensures fun h0 b h1 ->
... | [] | LowStar.Monotonic.Buffer.malloca_and_blit | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | src: LowStar.Monotonic.Buffer.mbuffer a rrel1 rel1 -> id_src: FStar.UInt32.t -> len: FStar.UInt32.t
-> FStar.HyperStack.ST.StackInline
(LowStar.Monotonic.Buffer.lmbuffer a rrel rrel (FStar.UInt32.v len)) | {
"end_col": 41,
"end_line": 1522,
"start_col": 2,
"start_line": 1518
} |
FStar.HyperStack.ST.ST | val alloc_heap_common
(#a: Type0)
(#rrel: srel a)
(r: HST.erid)
(len: U32.t{U32.v len > 0})
(s: Seq.seq a {Seq.length s == U32.v len})
(mm: bool)
: HST.ST (lmbuffer a rrel rrel (U32.v len))
(requires (fun _ -> True))
(ensures
(fun h0 b h1 ->
alloc_... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let alloc_heap_common (#a:Type0) (#rrel:srel a)
(r:HST.erid) (len:U32.t{U32.v len > 0}) (s:Seq.seq a{Seq.length s == U32.v len})
(mm:bool)
:HST.ST (lmbuffer a rrel rrel (U32.v len))
(requires (fun _ -> True))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 s /\
... | val alloc_heap_common
(#a: Type0)
(#rrel: srel a)
(r: HST.erid)
(len: U32.t{U32.v len > 0})
(s: Seq.seq a {Seq.length s == U32.v len})
(mm: bool)
: HST.ST (lmbuffer a rrel rrel (U32.v len))
(requires (fun _ -> True))
(ensures
(fun h0 b h1 ->
alloc_... | true | null | false | lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content:HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
if mm then HST.ralloc_mm r s else HST.ralloc r s
in
let b = Buffer len content 0ul (Ghost.hide len) in
b | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"FStar.HyperStack.ST.erid",
"FStar.UInt32.t",
"Prims.b2t",
"Prims.op_GreaterThan",
"FStar.UInt32.v",
"FStar.Seq.Base.seq",
"Prims.eq2",
"Prims.int",
"Prims.l_or",
"Prims.op_GreaterThanOrEqual",
"FStar.UInt.size",
"FStar.UInt32.n",
"FStar.Seq.Base.length",
... | [] | (*
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 | LowStar.Monotonic.Buffer.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_heap_common
(#a: Type0)
(#rrel: srel a)
(r: HST.erid)
(len: U32.t{U32.v len > 0})
(s: Seq.seq a {Seq.length s == U32.v len})
(mm: bool)
: HST.ST (lmbuffer a rrel rrel (U32.v len))
(requires (fun _ -> True))
(ensures
(fun h0 b h1 ->
alloc_... | [] | LowStar.Monotonic.Buffer.alloc_heap_common | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
r: FStar.HyperStack.ST.erid ->
len: FStar.UInt32.t{FStar.UInt32.v len > 0} ->
s: FStar.Seq.Base.seq a {FStar.Seq.Base.length s == FStar.UInt32.v len} ->
mm: Prims.bool
-> FStar.HyperStack.ST.ST (LowStar.Monotonic.Buffer.lmbuffer a rrel rrel (FStar.UInt32.v len)) | {
"end_col": 5,
"end_line": 1481,
"start_col": 4,
"start_line": 1476
} |
Prims.Tot | val cloc_cls: MG.cls abuffer | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let cloc_cls =
assert_norm (MG.cls abuffer == MG.cls ubuffer);
coerce (MG.cls abuffer) cls | val cloc_cls: MG.cls abuffer
let cloc_cls = | false | null | false | assert_norm (MG.cls abuffer == MG.cls ubuffer);
coerce (MG.cls abuffer) cls | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [
"total"
] | [
"LowStar.Monotonic.Buffer.coerce",
"FStar.ModifiesGen.cls",
"LowStar.Monotonic.Buffer.abuffer",
"LowStar.Monotonic.Buffer.ubuffer",
"LowStar.Monotonic.Buffer.cls",
"Prims.unit",
"FStar.Pervasives.assert_norm",
"Prims.eq2"
] | [] | (*
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 | LowStar.Monotonic.Buffer.fst | {
"detail_errors": false,
"detail_hint_replay": false,
"initial_fuel": 2,
"initial_ifuel": 1,
"max_fuel": 0,
"max_ifuel": 1,
"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 cloc_cls: MG.cls abuffer | [] | LowStar.Monotonic.Buffer.cloc_cls | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | FStar.ModifiesGen.cls LowStar.Monotonic.Buffer.abuffer | {
"end_col": 29,
"end_line": 1656,
"start_col": 2,
"start_line": 1655
} |
FStar.HyperStack.ST.ST | val mgcmalloc_of_list (#a:Type0) (#rrel:srel a) (r:HS.rid) (init:list a)
:HST.ST (b:lmbuffer a rrel rrel (normalize_term (List.Tot.length init)){frameOf b == r /\ recallable b})
(requires (fun _ -> gcmalloc_of_list_pre r init))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.seq... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let mgcmalloc_of_list #a #rrel r init =
let len = U32.uint_to_t (FStar.List.Tot.length init) in
let s = Seq.seq_of_list init in
lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content: HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.ralloc r s
in
Buffer len ... | val mgcmalloc_of_list (#a:Type0) (#rrel:srel a) (r:HS.rid) (init:list a)
:HST.ST (b:lmbuffer a rrel rrel (normalize_term (List.Tot.length init)){frameOf b == r /\ recallable b})
(requires (fun _ -> gcmalloc_of_list_pre r init))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.seq... | true | null | false | let len = U32.uint_to_t (FStar.List.Tot.length init) in
let s = Seq.seq_of_list init in
lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content:HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.ralloc r s
in
Buffer len content 0ul (Ghost.hide len) | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"FStar.Monotonic.HyperHeap.rid",
"Prims.list",
"LowStar.Monotonic.Buffer.Buffer",
"FStar.UInt32.__uint_to_t",
"FStar.Ghost.hide",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.lmbuffer",
"FStar.Pervasives.normalize_term",
"Prims.nat",
"FStar.List.Tot.Base.length",
... | [] | (*
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 | LowStar.Monotonic.Buffer.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 mgcmalloc_of_list (#a:Type0) (#rrel:srel a) (r:HS.rid) (init:list a)
:HST.ST (b:lmbuffer a rrel rrel (normalize_term (List.Tot.length init)){frameOf b == r /\ recallable b})
(requires (fun _ -> gcmalloc_of_list_pre r init))
(ensures (fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.seq... | [] | LowStar.Monotonic.Buffer.mgcmalloc_of_list | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | r: FStar.Monotonic.HyperHeap.rid -> init: Prims.list a
-> FStar.HyperStack.ST.ST
(b:
LowStar.Monotonic.Buffer.lmbuffer a
rrel
rrel
(FStar.Pervasives.normalize_term (FStar.List.Tot.Base.length init))
{LowStar.Monotonic.Buffer.frameOf b == r /\ LowStar.Monotonic.Buffer.recallab... | {
"end_col": 41,
"end_line": 1540,
"start_col": 39,
"start_line": 1533
} |
Prims.Tot | val cloc_of_loc (l: loc) : Tot (MG.loc cloc_cls) | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let cloc_of_loc l =
assert_norm (MG.cls abuffer == MG.cls ubuffer);
coerce (MG.loc cloc_cls) l | val cloc_of_loc (l: loc) : Tot (MG.loc cloc_cls)
let cloc_of_loc l = | false | null | false | assert_norm (MG.cls abuffer == MG.cls ubuffer);
coerce (MG.loc cloc_cls) l | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [
"total"
] | [
"LowStar.Monotonic.Buffer.loc",
"LowStar.Monotonic.Buffer.coerce",
"FStar.ModifiesGen.loc",
"LowStar.Monotonic.Buffer.abuffer",
"LowStar.Monotonic.Buffer.cloc_cls",
"Prims.unit",
"FStar.Pervasives.assert_norm",
"Prims.eq2",
"FStar.ModifiesGen.cls",
"LowStar.Monotonic.Buffer.ubuffer"
] | [] | (*
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 | LowStar.Monotonic.Buffer.fst | {
"detail_errors": false,
"detail_hint_replay": false,
"initial_fuel": 2,
"initial_ifuel": 1,
"max_fuel": 0,
"max_ifuel": 1,
"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 cloc_of_loc (l: loc) : Tot (MG.loc cloc_cls) | [] | LowStar.Monotonic.Buffer.cloc_of_loc | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | l: LowStar.Monotonic.Buffer.loc -> FStar.ModifiesGen.loc LowStar.Monotonic.Buffer.cloc_cls | {
"end_col": 28,
"end_line": 1660,
"start_col": 2,
"start_line": 1659
} |
Prims.Tot | val loc_of_cloc (l: MG.loc cloc_cls) : Tot loc | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let loc_of_cloc l =
assert_norm (MG.cls abuffer == MG.cls ubuffer);
coerce loc l | val loc_of_cloc (l: MG.loc cloc_cls) : Tot loc
let loc_of_cloc l = | false | null | false | assert_norm (MG.cls abuffer == MG.cls ubuffer);
coerce loc l | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [
"total"
] | [
"FStar.ModifiesGen.loc",
"LowStar.Monotonic.Buffer.abuffer",
"LowStar.Monotonic.Buffer.cloc_cls",
"LowStar.Monotonic.Buffer.coerce",
"LowStar.Monotonic.Buffer.loc",
"Prims.unit",
"FStar.Pervasives.assert_norm",
"Prims.eq2",
"FStar.ModifiesGen.cls",
"LowStar.Monotonic.Buffer.ubuffer"
] | [] | (*
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 | LowStar.Monotonic.Buffer.fst | {
"detail_errors": false,
"detail_hint_replay": false,
"initial_fuel": 2,
"initial_ifuel": 1,
"max_fuel": 0,
"max_ifuel": 1,
"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 loc_of_cloc (l: MG.loc cloc_cls) : Tot loc | [] | LowStar.Monotonic.Buffer.loc_of_cloc | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | l: FStar.ModifiesGen.loc LowStar.Monotonic.Buffer.cloc_cls -> LowStar.Monotonic.Buffer.loc | {
"end_col": 14,
"end_line": 1664,
"start_col": 2,
"start_line": 1663
} |
FStar.HyperStack.ST.ST | val mmalloc_drgn_mm (#a:Type0) (#rrel:srel a)
(d:HST.drgn) (init:a) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == HST.rid_of_drgn d /\ freeable b})
(requires fun h -> alloc_drgn_pre h d len)
(ensures fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.create (U32.v len) init)) | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let mmalloc_drgn_mm #a #rrel d init len =
lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content : HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.ralloc_drgn_mm d (Seq.create (U32.v len) init)
in
Buffer len content 0ul len | val mmalloc_drgn_mm (#a:Type0) (#rrel:srel a)
(d:HST.drgn) (init:a) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == HST.rid_of_drgn d /\ freeable b})
(requires fun h -> alloc_drgn_pre h d len)
(ensures fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.create (U32.v len) init))
let mmalloc_dr... | true | null | false | lemma_seq_sub_compatilibity_is_reflexive (U32.v len) rrel;
let content:HST.mreference (Seq.lseq a (U32.v len)) (srel_to_lsrel (U32.v len) rrel) =
HST.ralloc_drgn_mm d (Seq.create (U32.v len) init)
in
Buffer len content 0ul len | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"FStar.HyperStack.ST.drgn",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.Buffer",
"FStar.UInt32.__uint_to_t",
"FStar.Ghost.hide",
"LowStar.Monotonic.Buffer.lmbuffer",
"FStar.UInt32.v",
"Prims.l_and",
"Prims.eq2",
"FStar.Monotonic.HyperHeap.rid",
"LowStar.Monoton... | [] | (*
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 | LowStar.Monotonic.Buffer.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 mmalloc_drgn_mm (#a:Type0) (#rrel:srel a)
(d:HST.drgn) (init:a) (len:U32.t)
: HST.ST (b:lmbuffer a rrel rrel (U32.v len){frameOf b == HST.rid_of_drgn d /\ freeable b})
(requires fun h -> alloc_drgn_pre h d len)
(ensures fun h0 b h1 -> alloc_post_mem_common b h0 h1 (Seq.create (U32.v len) init)) | [] | LowStar.Monotonic.Buffer.mmalloc_drgn_mm | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | d: FStar.HyperStack.ST.drgn -> init: a -> len: FStar.UInt32.t
-> FStar.HyperStack.ST.ST
(b:
LowStar.Monotonic.Buffer.lmbuffer a rrel rrel (FStar.UInt32.v len)
{ LowStar.Monotonic.Buffer.frameOf b == FStar.HyperStack.ST.rid_of_drgn d /\
LowStar.Monotonic.Buffer.freeable b }) | {
"end_col": 28,
"end_line": 1554,
"start_col": 2,
"start_line": 1550
} |
FStar.HyperStack.ST.Stack | val fill (#t:Type) (#rrel #rel: srel t)
(b: mbuffer t rrel rel)
(z:t)
(len:U32.t)
: HST.Stack unit
(requires (fun h ->
live h b /\
U32.v len <= length b /\
rel (as_seq h b) (Seq.replace_subseq (as_seq h b) 0 (U32.v len) (Seq.create (U32.v len) z))
))
(ensures (fun h0 _ h1 ->
modifies (loc_b... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let fill #t #rrel #rel b z len = fill' b z len | val fill (#t:Type) (#rrel #rel: srel t)
(b: mbuffer t rrel rel)
(z:t)
(len:U32.t)
: HST.Stack unit
(requires (fun h ->
live h b /\
U32.v len <= length b /\
rel (as_seq h b) (Seq.replace_subseq (as_seq h b) 0 (U32.v len) (Seq.create (U32.v len) z))
))
(ensures (fun h0 _ h1 ->
modifies (loc_b... | true | null | false | fill' b z len | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"LowStar.Monotonic.Buffer.mbuffer",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.fill'",
"Prims.unit"
] | [] | (*
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 | LowStar.Monotonic.Buffer.fst | {
"detail_errors": false,
"detail_hint_replay": false,
"initial_fuel": 2,
"initial_ifuel": 1,
"max_fuel": 0,
"max_ifuel": 1,
"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 fill (#t:Type) (#rrel #rel: srel t)
(b: mbuffer t rrel rel)
(z:t)
(len:U32.t)
: HST.Stack unit
(requires (fun h ->
live h b /\
U32.v len <= length b /\
rel (as_seq h b) (Seq.replace_subseq (as_seq h b) 0 (U32.v len) (Seq.create (U32.v len) z))
))
(ensures (fun h0 _ h1 ->
modifies (loc_b... | [] | LowStar.Monotonic.Buffer.fill | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | b: LowStar.Monotonic.Buffer.mbuffer t rrel rel -> z: t -> len: FStar.UInt32.t
-> FStar.HyperStack.ST.Stack Prims.unit | {
"end_col": 46,
"end_line": 1648,
"start_col": 33,
"start_line": 1648
} |
FStar.HyperStack.ST.Stack | val blit (#a:Type0) (#rrel1 #rrel2 #rel1 #rel2:srel a)
(src:mbuffer a rrel1 rel1)
(idx_src:U32.t)
(dst:mbuffer a rrel2 rel2)
(idx_dst:U32.t)
(len:U32.t)
:HST.Stack unit (requires (fun h -> live h src /\ live h dst /\
U32.v idx_src + U32.v len <= length src /\
... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let blit #a #rrel1 #rrel2 #rel1 #rel2 src idx_src dst idx_dst len =
let open HST in
match src, dst with
| Buffer _ _ _ _, Buffer _ _ _ _ ->
if len = 0ul then ()
else
let h = get () in
let Buffer max_length1 content1 idx1 length1 = src in
let Buffer max_length2 content2 idx2 length2 = dst... | val blit (#a:Type0) (#rrel1 #rrel2 #rel1 #rel2:srel a)
(src:mbuffer a rrel1 rel1)
(idx_src:U32.t)
(dst:mbuffer a rrel2 rel2)
(idx_dst:U32.t)
(len:U32.t)
:HST.Stack unit (requires (fun h -> live h src /\ live h dst /\
U32.v idx_src + U32.v len <= length src /\
... | true | null | false | let open HST in
match src, dst with
| Buffer _ _ _ _, Buffer _ _ _ _ ->
if len = 0ul
then ()
else
let h = get () in
let Buffer max_length1 content1 idx1 length1 = src in
let Buffer max_length2 content2 idx2 length2 = dst in
let s_full1 = !content1 in
let s_full2 = !content2 in
let s1 = Seq... | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"LowStar.Monotonic.Buffer.mbuffer",
"FStar.UInt32.t",
"FStar.Pervasives.Native.Mktuple2",
"FStar.HyperStack.ST.mreference",
"FStar.Seq.Properties.lseq",
"FStar.UInt32.v",
"LowStar.Monotonic.Buffer.srel_to_lsrel",
"FStar.Ghost.erased",
"Prims.b2t",
"Prims.op_LessT... | [] | (*
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 | LowStar.Monotonic.Buffer.fst | {
"detail_errors": false,
"detail_hint_replay": false,
"initial_fuel": 2,
"initial_ifuel": 1,
"max_fuel": 0,
"max_ifuel": 1,
"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 blit (#a:Type0) (#rrel1 #rrel2 #rel1 #rel2:srel a)
(src:mbuffer a rrel1 rel1)
(idx_src:U32.t)
(dst:mbuffer a rrel2 rel2)
(idx_dst:U32.t)
(len:U32.t)
:HST.Stack unit (requires (fun h -> live h src /\ live h dst /\
U32.v idx_src + U32.v len <= length src /\
... | [] | LowStar.Monotonic.Buffer.blit | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
src: LowStar.Monotonic.Buffer.mbuffer a rrel1 rel1 ->
idx_src: FStar.UInt32.t ->
dst: LowStar.Monotonic.Buffer.mbuffer a rrel2 rel2 ->
idx_dst: FStar.UInt32.t ->
len: FStar.UInt32.t
-> FStar.HyperStack.ST.Stack Prims.unit | {
"end_col": 14,
"end_line": 1608,
"start_col": 2,
"start_line": 1565
} |
FStar.Pervasives.Lemma | val modifies_loc_buffer_from_to_intro'
(#a:Type0) (#rrel #rel:srel a) (b:mbuffer a rrel rel)
(from to: U32.t)
(l: loc) (h h' : HS.mem)
: Lemma
(requires (
let s = as_seq h b in
let s' = as_seq h' b in
not (g_is_null b) /\
live h b /\
modifies (loc_union l (loc_buffer b)) h h' /\
U32.v fr... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let modifies_loc_buffer_from_to_intro' #a #rrel #rel b from to l h h' =
let r0 = frameOf b in
let a0 = as_addr b in
let bb : ubuffer r0 a0 = ubuffer_of_buffer b in
modifies_loc_includes (loc_union l (loc_addresses true r0 (Set.singleton a0))) h h' (loc_union l (loc_buffer b));
MG.modifies_strengthen l #r0 #a0... | val modifies_loc_buffer_from_to_intro'
(#a:Type0) (#rrel #rel:srel a) (b:mbuffer a rrel rel)
(from to: U32.t)
(l: loc) (h h' : HS.mem)
: Lemma
(requires (
let s = as_seq h b in
let s' = as_seq h' b in
not (g_is_null b) /\
live h b /\
modifies (loc_union l (loc_buffer b)) h h' /\
U32.v fr... | false | null | true | let r0 = frameOf b in
let a0 = as_addr b in
let bb:ubuffer r0 a0 = ubuffer_of_buffer b in
modifies_loc_includes (loc_union l (loc_addresses true r0 (Set.singleton a0)))
h
h'
(loc_union l (loc_buffer b));
MG.modifies_strengthen l
#r0
#a0
(ubuffer_of_buffer_from_to b from to)
h
h'
(fun f (x: ubuffer r0 ... | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [
"lemma"
] | [
"LowStar.Monotonic.Buffer.srel",
"LowStar.Monotonic.Buffer.mbuffer",
"FStar.UInt32.t",
"LowStar.Monotonic.Buffer.loc",
"FStar.Monotonic.HyperStack.mem",
"FStar.ModifiesGen.modifies_strengthen",
"LowStar.Monotonic.Buffer.ubuffer",
"LowStar.Monotonic.Buffer.cls",
"LowStar.Monotonic.Buffer.ubuffer_of_b... | [] | (*
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 | LowStar.Monotonic.Buffer.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 modifies_loc_buffer_from_to_intro'
(#a:Type0) (#rrel #rel:srel a) (b:mbuffer a rrel rel)
(from to: U32.t)
(l: loc) (h h' : HS.mem)
: Lemma
(requires (
let s = as_seq h b in
let s' = as_seq h' b in
not (g_is_null b) /\
live h b /\
modifies (loc_union l (loc_buffer b)) h h' /\
U32.v fr... | [] | LowStar.Monotonic.Buffer.modifies_loc_buffer_from_to_intro' | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
b: LowStar.Monotonic.Buffer.mbuffer a rrel rel ->
from: FStar.UInt32.t ->
to: FStar.UInt32.t ->
l: LowStar.Monotonic.Buffer.loc ->
h: FStar.Monotonic.HyperStack.mem ->
h': FStar.Monotonic.HyperStack.mem
-> FStar.Pervasives.Lemma
(requires
(let s = LowStar.Monotonic.Buffer.as_seq... | {
"end_col": 3,
"end_line": 1188,
"start_col": 71,
"start_line": 1132
} |
FStar.Pervasives.Lemma | val g_upd_modifies_strong (#a:Type0) (#rrel #rel:srel a)
(b:mbuffer a rrel rel)
(i:nat{i < length b})
(v:a)
(h:HS.mem{live h b})
: Lemma (modifies (loc_buffer_from_to b (U32.uint_to_t i) (U32.uint_to_t (i + 1))) h (g_upd b i v h)) | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let g_upd_modifies_strong #_ #_ #_ b i v h =
let h' = g_upd b i v h in
// prove modifies_1_from_to_preserves_ubuffers
Heap.lemma_distinct_addrs_distinct_preorders ();
Heap.lemma_distinct_addrs_distinct_mm ();
s_lemma_equal_instances_implies_equal_types ();
modifies_1_from_to_modifies b (U32.uint_t... | val g_upd_modifies_strong (#a:Type0) (#rrel #rel:srel a)
(b:mbuffer a rrel rel)
(i:nat{i < length b})
(v:a)
(h:HS.mem{live h b})
: Lemma (modifies (loc_buffer_from_to b (U32.uint_to_t i) (U32.uint_to_t (i + 1))) h (g_upd b i v h))
let g_upd_m... | false | null | true | let h' = g_upd b i v h in
Heap.lemma_distinct_addrs_distinct_preorders ();
Heap.lemma_distinct_addrs_distinct_mm ();
s_lemma_equal_instances_implies_equal_types ();
modifies_1_from_to_modifies b (U32.uint_to_t i) (U32.uint_to_t (i + 1)) h h' | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [
"lemma"
] | [
"LowStar.Monotonic.Buffer.srel",
"LowStar.Monotonic.Buffer.mbuffer",
"Prims.nat",
"Prims.b2t",
"Prims.op_LessThan",
"LowStar.Monotonic.Buffer.length",
"FStar.Monotonic.HyperStack.mem",
"LowStar.Monotonic.Buffer.live",
"LowStar.Monotonic.Buffer.modifies_1_from_to_modifies",
"FStar.UInt32.uint_to_t"... | [] | (*
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 | LowStar.Monotonic.Buffer.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 g_upd_modifies_strong (#a:Type0) (#rrel #rel:srel a)
(b:mbuffer a rrel rel)
(i:nat{i < length b})
(v:a)
(h:HS.mem{live h b})
: Lemma (modifies (loc_buffer_from_to b (U32.uint_to_t i) (U32.uint_to_t (i + 1))) h (g_upd b i v h)) | [] | LowStar.Monotonic.Buffer.g_upd_modifies_strong | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
b: LowStar.Monotonic.Buffer.mbuffer a rrel rel ->
i: Prims.nat{i < LowStar.Monotonic.Buffer.length b} ->
v: a ->
h: FStar.Monotonic.HyperStack.mem{LowStar.Monotonic.Buffer.live h b}
-> FStar.Pervasives.Lemma
(ensures
LowStar.Monotonic.Buffer.modifies (LowStar.Monotonic.Buffer.loc_buffer_fro... | {
"end_col": 80,
"end_line": 1345,
"start_col": 44,
"start_line": 1339
} |
FStar.HyperStack.ST.Stack | val fill' (#t: Type) (#rrel #rel: srel t) (b: mbuffer t rrel rel) (z: t) (len: U32.t)
: HST.Stack unit
(requires
(fun h ->
live h b /\ U32.v len <= length b /\
rel (as_seq h b)
(Seq.replace_subseq (as_seq h b) 0 (U32.v len) (Seq.create (U32.v len) z))))
(ens... | [
{
"abbrev": true,
"full_module": "FStar.ModifiesGen",
"short_module": "MG"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack.ST",
"short_module": "HST"
},
{
"abbrev": true,
"full_module": "FStar.HyperStack",
"short_module": "HS"
},
{
"abbrev": true,
"full_... | false | let fill' (#t:Type) (#rrel #rel: srel t)
(b: mbuffer t rrel rel)
(z:t)
(len:U32.t)
: HST.Stack unit
(requires (fun h ->
live h b /\
U32.v len <= length b /\
rel (as_seq h b) (Seq.replace_subseq (as_seq h b) 0 (U32.v len) (Seq.create (U32.v len) z))
))
(ensures (fun h0 _ h1 ->
modifies (loc_... | val fill' (#t: Type) (#rrel #rel: srel t) (b: mbuffer t rrel rel) (z: t) (len: U32.t)
: HST.Stack unit
(requires
(fun h ->
live h b /\ U32.v len <= length b /\
rel (as_seq h b)
(Seq.replace_subseq (as_seq h b) 0 (U32.v len) (Seq.create (U32.v len) z))))
(ens... | true | null | false | let open HST in
if len = 0ul
then ()
else
let h = get () in
let Buffer max_length content idx length = b in
let s_full = !content in
let s = Seq.slice s_full (U32.v idx) (U32.v max_length) in
let s_src = Seq.create (U32.v len) z in
let s' = Seq.replace_subseq s 0 (U32.v len) s_src in
let s_full' = Seq.rep... | {
"checked_file": "LowStar.Monotonic.Buffer.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.UInt32.fsti.checked",
"FStar.Set.fsti.checked",
"FStar.Seq.fst.checked",
"FStar.Preorder.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FSta... | [] | [
"LowStar.Monotonic.Buffer.srel",
"LowStar.Monotonic.Buffer.mbuffer",
"FStar.UInt32.t",
"Prims.op_Equality",
"FStar.UInt32.__uint_to_t",
"Prims.unit",
"Prims.bool",
"FStar.HyperStack.ST.mreference",
"FStar.Seq.Properties.lseq",
"FStar.UInt32.v",
"LowStar.Monotonic.Buffer.srel_to_lsrel",
"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 | false | LowStar.Monotonic.Buffer.fst | {
"detail_errors": false,
"detail_hint_replay": false,
"initial_fuel": 2,
"initial_ifuel": 1,
"max_fuel": 0,
"max_ifuel": 1,
"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 fill' (#t: Type) (#rrel #rel: srel t) (b: mbuffer t rrel rel) (z: t) (len: U32.t)
: HST.Stack unit
(requires
(fun h ->
live h b /\ U32.v len <= length b /\
rel (as_seq h b)
(Seq.replace_subseq (as_seq h b) 0 (U32.v len) (Seq.create (U32.v len) z))))
(ens... | [] | LowStar.Monotonic.Buffer.fill' | {
"file_name": "ulib/LowStar.Monotonic.Buffer.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | b: LowStar.Monotonic.Buffer.mbuffer t rrel rel -> z: t -> len: FStar.UInt32.t
-> FStar.HyperStack.ST.Stack Prims.unit | {
"end_col": 5,
"end_line": 1645,
"start_col": 2,
"start_line": 1627
} |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let tu = twice () | let tu = | false | null | false | twice () | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.twice",
"Prims.unit"
] | [] | (*
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.Relational.Relational.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 tu : FStar.Relational.Relational.rel Prims.unit Prims.unit | [] | FStar.Relational.Relational.tu | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | FStar.Relational.Relational.rel Prims.unit Prims.unit | {
"end_col": 17,
"end_line": 28,
"start_col": 9,
"start_line": 28
} | |
Prims.Tot | val rel_map2T : ('a -> 'b -> Tot 'c) -> (double 'a) -> (double 'b) -> Tot (double 'c) | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let rel_map2T f (R x1 x2) (R y1 y2) = R (f x1 y1) (f x2 y2) | val rel_map2T : ('a -> 'b -> Tot 'c) -> (double 'a) -> (double 'b) -> Tot (double 'c)
let rel_map2T f (R x1 x2) (R y1 y2) = | false | null | false | R (f x1 y1) (f x2 y2) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.double",
"FStar.Pervasives.Native.Mktuple2",
"FStar.Relational.Relational.rel",
"FStar.Relational.Relational.R"
] | [] | (*
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.Relational.Relational.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 rel_map2T : ('a -> 'b -> Tot 'c) -> (double 'a) -> (double 'b) -> Tot (double 'c) | [] | FStar.Relational.Relational.rel_map2T | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
f: (_: 'a -> _: 'b -> 'c) ->
_: FStar.Relational.Relational.double 'a ->
_: FStar.Relational.Relational.double 'b
-> FStar.Relational.Relational.double 'c | {
"end_col": 59,
"end_line": 38,
"start_col": 38,
"start_line": 38
} |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let op_Hat_Minus = rel_map2T (fun x y -> x - y) | let op_Hat_Minus = | false | null | false | rel_map2T (fun x y -> x - y) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map2T",
"Prims.int",
"Prims.op_Subtraction"
] | [] | (*
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.Relational.Relational.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 op_Hat_Minus : _: FStar.Relational.Relational.double Prims.int -> _: FStar.Relational.Relational.double Prims.int
-> FStar.Relational.Relational.double Prims.int | [] | FStar.Relational.Relational.op_Hat_Minus | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.double Prims.int -> _: FStar.Relational.Relational.double Prims.int
-> FStar.Relational.Relational.double Prims.int | {
"end_col": 47,
"end_line": 51,
"start_col": 19,
"start_line": 51
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let twice x = R x x | let twice x = | false | null | false | R x x | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.R",
"FStar.Relational.Relational.rel"
] | [] | (*
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.Relational.Relational.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 twice : x: _ -> FStar.Relational.Relational.rel _ _ | [] | FStar.Relational.Relational.twice | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | x: _ -> FStar.Relational.Relational.rel _ _ | {
"end_col": 19,
"end_line": 27,
"start_col": 14,
"start_line": 27
} | |
Prims.Tot | val rel_map2Teq : #a:eqtype -> #b:eqtype -> #c:Type -> (a -> b -> Tot c) -> (double a) -> (double b) -> Tot (double c) | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let rel_map2Teq #a #b #c f (R x1 x2) (R y1 y2) = R (f x1 y1) (f x2 y2) | val rel_map2Teq : #a:eqtype -> #b:eqtype -> #c:Type -> (a -> b -> Tot c) -> (double a) -> (double b) -> Tot (double c)
let rel_map2Teq #a #b #c f (R x1 x2) (R y1 y2) = | false | null | false | R (f x1 y1) (f x2 y2) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"Prims.eqtype",
"FStar.Relational.Relational.double",
"FStar.Pervasives.Native.Mktuple2",
"FStar.Relational.Relational.rel",
"FStar.Relational.Relational.R"
] | [] | (*
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.Relational.Relational.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 rel_map2Teq : #a:eqtype -> #b:eqtype -> #c:Type -> (a -> b -> Tot c) -> (double a) -> (double b) -> Tot (double c) | [] | FStar.Relational.Relational.rel_map2Teq | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
f: (_: a -> _: b -> c) ->
_: FStar.Relational.Relational.double a ->
_: FStar.Relational.Relational.double b
-> FStar.Relational.Relational.double c | {
"end_col": 70,
"end_line": 35,
"start_col": 49,
"start_line": 35
} |
Prims.GTot | val rel_map2G : ('a -> 'b -> GTot 'c) -> (double 'a) -> (double 'b) -> GTot (double 'c) | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let rel_map2G f (R x1 x2) (R y1 y2) = R (f x1 y1) (f x2 y2) | val rel_map2G : ('a -> 'b -> GTot 'c) -> (double 'a) -> (double 'b) -> GTot (double 'c)
let rel_map2G f (R x1 x2) (R y1 y2) = | false | null | false | R (f x1 y1) (f x2 y2) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"sometrivial"
] | [
"FStar.Relational.Relational.double",
"FStar.Pervasives.Native.Mktuple2",
"FStar.Relational.Relational.rel",
"FStar.Relational.Relational.R"
] | [] | (*
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.Relational.Relational.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 rel_map2G : ('a -> 'b -> GTot 'c) -> (double 'a) -> (double 'b) -> GTot (double 'c) | [] | FStar.Relational.Relational.rel_map2G | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
f: (_: 'a -> _: 'b -> Prims.GTot 'c) ->
_: FStar.Relational.Relational.double 'a ->
_: FStar.Relational.Relational.double 'b
-> Prims.GTot (FStar.Relational.Relational.double 'c) | {
"end_col": 59,
"end_line": 41,
"start_col": 38,
"start_line": 41
} |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let op_Hat_Star = rel_map2T (fun x y -> op_Multiply x y) | let op_Hat_Star = | false | null | false | rel_map2T (fun x y -> op_Multiply x y) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map2T",
"Prims.int",
"Prims.op_Multiply"
] | [] | (*
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.Relational.Relational.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 op_Hat_Star : _: FStar.Relational.Relational.double Prims.int -> _: FStar.Relational.Relational.double Prims.int
-> FStar.Relational.Relational.double Prims.int | [] | FStar.Relational.Relational.op_Hat_Star | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.double Prims.int -> _: FStar.Relational.Relational.double Prims.int
-> FStar.Relational.Relational.double Prims.int | {
"end_col": 56,
"end_line": 52,
"start_col": 18,
"start_line": 52
} | |
Prims.Tot | val rel_map1T : ('a -> Tot 'b) -> (double 'a) -> Tot (double 'b) | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let rel_map1T f (R x1 x2) = R (f x1) (f x2) | val rel_map1T : ('a -> Tot 'b) -> (double 'a) -> Tot (double 'b)
let rel_map1T f (R x1 x2) = | false | null | false | R (f x1) (f x2) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.double",
"FStar.Relational.Relational.R"
] | [] | (*
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.Relational.Relational.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 rel_map1T : ('a -> Tot 'b) -> (double 'a) -> Tot (double 'b) | [] | FStar.Relational.Relational.rel_map1T | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | f: (_: 'a -> 'b) -> _: FStar.Relational.Relational.double 'a
-> FStar.Relational.Relational.double 'b | {
"end_col": 44,
"end_line": 32,
"start_col": 29,
"start_line": 32
} |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let op_Hat_Plus = rel_map2T (fun x y -> x + y) | let op_Hat_Plus = | false | null | false | rel_map2T (fun x y -> x + y) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map2T",
"Prims.int",
"Prims.op_Addition"
] | [] | (*
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.Relational.Relational.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 op_Hat_Plus : _: FStar.Relational.Relational.double Prims.int -> _: FStar.Relational.Relational.double Prims.int
-> FStar.Relational.Relational.double Prims.int | [] | FStar.Relational.Relational.op_Hat_Plus | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.double Prims.int -> _: FStar.Relational.Relational.double Prims.int
-> FStar.Relational.Relational.double Prims.int | {
"end_col": 46,
"end_line": 50,
"start_col": 18,
"start_line": 50
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let snd_rel = rel_map1T snd | let snd_rel = | false | null | false | rel_map1T snd | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map1T",
"FStar.Pervasives.Native.tuple2",
"FStar.Pervasives.Native.snd",
"FStar.Relational.Relational.double"
] | [] | (*
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.Relational.Relational.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 snd_rel : _: FStar.Relational.Relational.double (_ * _) -> FStar.Relational.Relational.double _ | [] | FStar.Relational.Relational.snd_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.double (_ * _) -> FStar.Relational.Relational.double _ | {
"end_col": 27,
"end_line": 63,
"start_col": 14,
"start_line": 63
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let op_Hat_Slash = rel_map2T (fun x y -> x / y) | let op_Hat_Slash = | false | null | false | rel_map2T (fun x y -> x / y) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map2T",
"Prims.int",
"Prims.nonzero",
"Prims.op_Division"
] | [] | (*
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.Relational.Relational.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 op_Hat_Slash : _: FStar.Relational.Relational.double Prims.int ->
_: FStar.Relational.Relational.double Prims.nonzero
-> FStar.Relational.Relational.double Prims.int | [] | FStar.Relational.Relational.op_Hat_Slash | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
_: FStar.Relational.Relational.double Prims.int ->
_: FStar.Relational.Relational.double Prims.nonzero
-> FStar.Relational.Relational.double Prims.int | {
"end_col": 47,
"end_line": 53,
"start_col": 19,
"start_line": 53
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let triple_rel (R a b) (R c d) (R e f) = R (a,c,e) (b,d,f) | let triple_rel (R a b) (R c d) (R e f) = | false | null | false | R (a, c, e) (b, d, f) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel",
"FStar.Pervasives.Native.Mktuple3",
"FStar.Relational.Relational.R",
"FStar.Pervasives.Native.tuple3"
] | [] | (*
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.Relational.Relational.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 triple_rel : _: FStar.Relational.Relational.rel _ _ ->
_: FStar.Relational.Relational.rel _ _ ->
_: FStar.Relational.Relational.rel _ _
-> FStar.Relational.Relational.rel ((_ * _) * _) ((_ * _) * _) | [] | FStar.Relational.Relational.triple_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
_: FStar.Relational.Relational.rel _ _ ->
_: FStar.Relational.Relational.rel _ _ ->
_: FStar.Relational.Relational.rel _ _
-> FStar.Relational.Relational.rel ((_ * _) * _) ((_ * _) * _) | {
"end_col": 58,
"end_line": 61,
"start_col": 41,
"start_line": 61
} | |
Prims.Tot | val rel_map3T : ('a -> 'b -> 'c -> Tot 'd) -> (double 'a) -> (double 'b) -> (double 'c) -> Tot (double 'd) | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let rel_map3T f (R x1 x2) (R y1 y2) (R z1 z2) = R (f x1 y1 z1) (f x2 y2 z2) | val rel_map3T : ('a -> 'b -> 'c -> Tot 'd) -> (double 'a) -> (double 'b) -> (double 'c) -> Tot (double 'd)
let rel_map3T f (R x1 x2) (R y1 y2) (R z1 z2) = | false | null | false | R (f x1 y1 z1) (f x2 y2 z2) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.double",
"FStar.Pervasives.Native.Mktuple3",
"FStar.Relational.Relational.rel",
"FStar.Relational.Relational.R"
] | [] | (*
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.Relational.Relational.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 rel_map3T : ('a -> 'b -> 'c -> Tot 'd) -> (double 'a) -> (double 'b) -> (double 'c) -> Tot (double 'd) | [] | FStar.Relational.Relational.rel_map3T | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
f: (_: 'a -> _: 'b -> _: 'c -> 'd) ->
_: FStar.Relational.Relational.double 'a ->
_: FStar.Relational.Relational.double 'b ->
_: FStar.Relational.Relational.double 'c
-> FStar.Relational.Relational.double 'd | {
"end_col": 75,
"end_line": 44,
"start_col": 48,
"start_line": 44
} |
Prims.GTot | val rel_map3G : ('a -> 'b -> 'c -> GTot 'd) -> (double 'a) -> (double 'b) -> (double 'c) -> GTot (double 'd) | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let rel_map3G f (R x1 x2) (R y1 y2) (R z1 z2) = R (f x1 y1 z1) (f x2 y2 z2) | val rel_map3G : ('a -> 'b -> 'c -> GTot 'd) -> (double 'a) -> (double 'b) -> (double 'c) -> GTot (double 'd)
let rel_map3G f (R x1 x2) (R y1 y2) (R z1 z2) = | false | null | false | R (f x1 y1 z1) (f x2 y2 z2) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"sometrivial"
] | [
"FStar.Relational.Relational.double",
"FStar.Pervasives.Native.Mktuple3",
"FStar.Relational.Relational.rel",
"FStar.Relational.Relational.R"
] | [] | (*
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.Relational.Relational.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 rel_map3G : ('a -> 'b -> 'c -> GTot 'd) -> (double 'a) -> (double 'b) -> (double 'c) -> GTot (double 'd) | [] | FStar.Relational.Relational.rel_map3G | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
f: (_: 'a -> _: 'b -> _: 'c -> Prims.GTot 'd) ->
_: FStar.Relational.Relational.double 'a ->
_: FStar.Relational.Relational.double 'b ->
_: FStar.Relational.Relational.double 'c
-> Prims.GTot (FStar.Relational.Relational.double 'd) | {
"end_col": 75,
"end_line": 47,
"start_col": 48,
"start_line": 47
} |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let fst_rel = rel_map1T fst | let fst_rel = | false | null | false | rel_map1T fst | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map1T",
"FStar.Pervasives.Native.tuple2",
"FStar.Pervasives.Native.fst",
"FStar.Relational.Relational.double"
] | [] | (*
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.Relational.Relational.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 fst_rel : _: FStar.Relational.Relational.double (_ * _) -> FStar.Relational.Relational.double _ | [] | FStar.Relational.Relational.fst_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.double (_ * _) -> FStar.Relational.Relational.double _ | {
"end_col": 27,
"end_line": 62,
"start_col": 14,
"start_line": 62
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let eq_rel = rel_map2Teq (fun (x y:bool) -> x = y) | let eq_rel = | false | null | false | rel_map2Teq (fun (x: bool) (y: bool) -> x = y) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map2Teq",
"Prims.bool",
"Prims.op_Equality"
] | [] | (*
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.Relational.Relational.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 eq_rel : _: FStar.Relational.Relational.double Prims.bool -> _: FStar.Relational.Relational.double Prims.bool
-> FStar.Relational.Relational.double Prims.bool | [] | FStar.Relational.Relational.eq_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.double Prims.bool -> _: FStar.Relational.Relational.double Prims.bool
-> FStar.Relational.Relational.double Prims.bool | {
"end_col": 50,
"end_line": 68,
"start_col": 13,
"start_line": 68
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let cons_rel (R x y) (R xs ys) = R (x::xs) (y::ys) | let cons_rel (R x y) (R xs ys) = | false | null | false | R (x :: xs) (y :: ys) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel",
"Prims.list",
"FStar.Pervasives.Native.Mktuple2",
"FStar.Relational.Relational.R",
"Prims.Cons"
] | [] | (*
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.Relational.Relational.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 cons_rel : _: FStar.Relational.Relational.rel _ _ ->
_: FStar.Relational.Relational.rel (Prims.list _) (Prims.list _)
-> FStar.Relational.Relational.rel (Prims.list _) (Prims.list _) | [] | FStar.Relational.Relational.cons_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} |
_: FStar.Relational.Relational.rel _ _ ->
_: FStar.Relational.Relational.rel (Prims.list _) (Prims.list _)
-> FStar.Relational.Relational.rel (Prims.list _) (Prims.list _) | {
"end_col": 50,
"end_line": 58,
"start_col": 33,
"start_line": 58
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let pair_rel (R a b) (R c d) = R (a,c) (b,d) | let pair_rel (R a b) (R c d) = | false | null | false | R (a, c) (b, d) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel",
"FStar.Pervasives.Native.Mktuple2",
"FStar.Relational.Relational.R",
"FStar.Pervasives.Native.tuple2"
] | [] | (*
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.Relational.Relational.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 pair_rel : _: FStar.Relational.Relational.rel _ _ -> _: FStar.Relational.Relational.rel _ _
-> FStar.Relational.Relational.rel (_ * _) (_ * _) | [] | FStar.Relational.Relational.pair_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.rel _ _ -> _: FStar.Relational.Relational.rel _ _
-> FStar.Relational.Relational.rel (_ * _) (_ * _) | {
"end_col": 44,
"end_line": 60,
"start_col": 31,
"start_line": 60
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let or_irel (R a b) = a || b | let or_irel (R a b) = | false | null | false | a || b | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel",
"Prims.bool",
"Prims.op_BarBar"
] | [] | (*
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.Relational.Relational.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 or_irel : _: FStar.Relational.Relational.rel Prims.bool Prims.bool -> Prims.bool | [] | FStar.Relational.Relational.or_irel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.rel Prims.bool Prims.bool -> Prims.bool | {
"end_col": 28,
"end_line": 72,
"start_col": 22,
"start_line": 72
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let eq_irel (#t:eqtype) (x:(rel t t)) = match x with
| R a b -> a = b | let eq_irel (#t: eqtype) (x: (rel t t)) = | false | null | false | match x with | R a b -> a = b | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"Prims.eqtype",
"FStar.Relational.Relational.rel",
"Prims.op_Equality",
"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 | false | FStar.Relational.Relational.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 eq_irel : x: FStar.Relational.Relational.rel t t -> Prims.bool | [] | FStar.Relational.Relational.eq_irel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | x: FStar.Relational.Relational.rel t t -> Prims.bool | {
"end_col": 18,
"end_line": 74,
"start_col": 40,
"start_line": 73
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let and_irel (R a b) = a && b | let and_irel (R a b) = | false | null | false | a && b | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel",
"Prims.bool",
"Prims.op_AmpAmp"
] | [] | (*
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.Relational.Relational.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 and_irel : _: FStar.Relational.Relational.rel Prims.bool Prims.bool -> Prims.bool | [] | FStar.Relational.Relational.and_irel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.rel Prims.bool Prims.bool -> Prims.bool | {
"end_col": 29,
"end_line": 71,
"start_col": 23,
"start_line": 71
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let and_rel = rel_map2T (fun x y -> x && y) | let and_rel = | false | null | false | rel_map2T (fun x y -> x && y) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map2T",
"Prims.bool",
"Prims.op_AmpAmp"
] | [] | (*
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.Relational.Relational.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 and_rel : _: FStar.Relational.Relational.double Prims.bool -> _: FStar.Relational.Relational.double Prims.bool
-> FStar.Relational.Relational.double Prims.bool | [] | FStar.Relational.Relational.and_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.double Prims.bool -> _: FStar.Relational.Relational.double Prims.bool
-> FStar.Relational.Relational.double Prims.bool | {
"end_col": 43,
"end_line": 66,
"start_col": 14,
"start_line": 66
} | |
Prims.Tot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let or_rel = rel_map2T (fun x y -> x || y) | let or_rel = | false | null | false | rel_map2T (fun x y -> x || y) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.rel_map2T",
"Prims.bool",
"Prims.op_BarBar"
] | [] | (*
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.Relational.Relational.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 or_rel : _: FStar.Relational.Relational.double Prims.bool -> _: FStar.Relational.Relational.double Prims.bool
-> FStar.Relational.Relational.double Prims.bool | [] | FStar.Relational.Relational.or_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | _: FStar.Relational.Relational.double Prims.bool -> _: FStar.Relational.Relational.double Prims.bool
-> FStar.Relational.Relational.double Prims.bool | {
"end_col": 42,
"end_line": 67,
"start_col": 13,
"start_line": 67
} | |
Prims.GTot | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let sel_rel1 (#a:Type) (h:double heap) (r:ref a) = rel_map2G sel h (twice r) | let sel_rel1 (#a: Type) (h: double heap) (r: ref a) = | false | null | false | rel_map2G sel h (twice r) | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"sometrivial"
] | [
"FStar.Relational.Relational.double",
"FStar.Monotonic.Heap.heap",
"FStar.Heap.ref",
"FStar.Relational.Relational.rel_map2G",
"FStar.Monotonic.Heap.mref",
"FStar.Heap.trivial_preorder",
"FStar.Monotonic.Heap.sel",
"FStar.Relational.Relational.twice"
] | [] | (*
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.Relational.Relational.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 sel_rel1 : h: FStar.Relational.Relational.double FStar.Monotonic.Heap.heap -> r: FStar.Heap.ref a
-> Prims.GTot (FStar.Relational.Relational.double a) | [] | FStar.Relational.Relational.sel_rel1 | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | h: FStar.Relational.Relational.double FStar.Monotonic.Heap.heap -> r: FStar.Heap.ref a
-> Prims.GTot (FStar.Relational.Relational.double a) | {
"end_col": 77,
"end_line": 77,
"start_col": 52,
"start_line": 77
} | |
Prims.Tot | val tl_rel: #a:Type -> l:double (list a){Cons? (R?.l l) /\ Cons? (R?.r l)}-> Tot (double (list a)) | [
{
"abbrev": false,
"full_module": "FStar.Heap",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module": "FStar.Relational",
"short_module": null
},
{
"abbrev": false,
"full_module"... | false | let tl_rel #a (R (_::xs) (_::ys)) = R xs ys | val tl_rel: #a:Type -> l:double (list a){Cons? (R?.l l) /\ Cons? (R?.r l)}-> Tot (double (list a))
let tl_rel #a (R (_ :: xs) (_ :: ys)) = | false | null | false | R xs ys | {
"checked_file": "FStar.Relational.Relational.fst.checked",
"dependencies": [
"prims.fst.checked",
"FStar.Pervasives.Native.fst.checked",
"FStar.Pervasives.fsti.checked",
"FStar.Heap.fst.checked"
],
"interface_file": false,
"source_file": "FStar.Relational.Relational.fst"
} | [
"total"
] | [
"FStar.Relational.Relational.double",
"Prims.list",
"Prims.l_and",
"Prims.b2t",
"Prims.uu___is_Cons",
"FStar.Relational.Relational.__proj__R__item__l",
"FStar.Relational.Relational.__proj__R__item__r",
"FStar.Relational.Relational.R"
] | [] | (*
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.Relational.Relational.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 tl_rel: #a:Type -> l:double (list a){Cons? (R?.l l) /\ Cons? (R?.r l)}-> Tot (double (list a)) | [] | FStar.Relational.Relational.tl_rel | {
"file_name": "ulib/legacy/FStar.Relational.Relational.fst",
"git_rev": "f4cbb7a38d67eeb13fbdb2f4fb8a44a65cbcdc1f",
"git_url": "https://github.com/FStarLang/FStar.git",
"project_name": "FStar"
} | l: FStar.Relational.Relational.double (Prims.list a) {Cons? (R?.l l) /\ Cons? (R?.r l)}
-> FStar.Relational.Relational.double (Prims.list a) | {
"end_col": 43,
"end_line": 57,
"start_col": 36,
"start_line": 57
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let rt_subst = L.map rt_subst_elt | let rt_subst = | false | null | false | L.map rt_subst_elt | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"FStar.List.Tot.Base.map",
"Pulse.Syntax.Naming.subst_elt",
"FStar.Reflection.Typing.subst_elt",
"Pulse.Syntax.Naming.rt_subst_elt"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 rt_subst : x: Prims.list Pulse.Syntax.Naming.subst_elt -> Prims.list FStar.Reflection.Typing.subst_elt | [] | Pulse.Syntax.Naming.rt_subst | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | x: Prims.list Pulse.Syntax.Naming.subst_elt -> Prims.list FStar.Reflection.Typing.subst_elt | {
"end_col": 33,
"end_line": 368,
"start_col": 15,
"start_line": 368
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let ln_st (t:st_term) = ln_st' t (-1) | let ln_st (t: st_term) = | false | null | false | ln_st' t (- 1) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_term",
"Pulse.Syntax.Naming.ln_st'",
"Prims.op_Minus",
"Prims.bool"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln_st : t: Pulse.Syntax.Base.st_term -> Prims.bool | [] | Pulse.Syntax.Naming.ln_st | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.st_term -> Prims.bool | {
"end_col": 37,
"end_line": 343,
"start_col": 24,
"start_line": 343
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let subst = list subst_elt | let subst = | false | null | false | list subst_elt | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"Pulse.Syntax.Naming.subst_elt"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst : Type0 | [] | Pulse.Syntax.Naming.subst | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | Type0 | {
"end_col": 26,
"end_line": 357,
"start_col": 12,
"start_line": 357
} | |
Prims.Tot | val open_term_list' (t: list term) (v: term) (i: index) : Tot (list term) | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_term_list' (t:list term) (v:term) (i:index)
: Tot (list term) = subst_term_list t [ DT i v ] | val open_term_list' (t: list term) (v: term) (i: index) : Tot (list term)
let open_term_list' (t: list term) (v: term) (i: index) : Tot (list term) = | false | null | false | subst_term_list t [DT i v] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_term_list",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.DT",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_term_list' (t: list term) (v: term) (i: index) : Tot (list term) | [] | Pulse.Syntax.Naming.open_term_list' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Prims.list Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Prims.list Pulse.Syntax.Base.term | {
"end_col": 50,
"end_line": 453,
"start_col": 22,
"start_line": 453
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let ln (t:term) = ln' t (-1) | let ln (t: term) = | false | null | false | ln' t (- 1) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.ln'",
"Prims.op_Minus",
"Prims.bool"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln : t: Pulse.Syntax.Base.term -> Prims.bool | [] | Pulse.Syntax.Naming.ln | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> Prims.bool | {
"end_col": 28,
"end_line": 342,
"start_col": 18,
"start_line": 342
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_st_term_nv t nv =
open_st_term' t (U.term_of_nvar nv) 0 | let open_st_term_nv t nv = | false | null | false | open_st_term' t (U.term_of_nvar nv) 0 | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_term",
"Pulse.Syntax.Base.nvar",
"Pulse.Syntax.Naming.open_st_term'",
"Pulse.Syntax.Pure.term_of_nvar"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_st_term_nv : t: Pulse.Syntax.Base.st_term -> nv: Pulse.Syntax.Base.nvar -> Pulse.Syntax.Base.st_term | [] | Pulse.Syntax.Naming.open_st_term_nv | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.st_term -> nv: Pulse.Syntax.Base.nvar -> Pulse.Syntax.Base.st_term | {
"end_col": 41,
"end_line": 628,
"start_col": 4,
"start_line": 628
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_term_pairs' (t:list (term * term)) (x:var) (i:index) =
subst_term_pairs t [ND x i] | let close_term_pairs' (t: list (term * term)) (x: var) (i: index) = | false | null | false | subst_term_pairs t [ND x i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"FStar.Pervasives.Native.tuple2",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_term_pairs",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_term_pairs' : t: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) ->
x: Pulse.Syntax.Base.var ->
i: Pulse.Syntax.Base.index
-> Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) | [] | Pulse.Syntax.Naming.close_term_pairs' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} |
t: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) ->
x: Pulse.Syntax.Base.var ->
i: Pulse.Syntax.Base.index
-> Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) | {
"end_col": 29,
"end_line": 482,
"start_col": 2,
"start_line": 482
} | |
Prims.Tot | val open_comp' (c: comp) (v: term) (i: index) : comp | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_comp' (c:comp) (v:term) (i:index) : comp =
subst_comp c [ DT i v ] | val open_comp' (c: comp) (v: term) (i: index) : comp
let open_comp' (c: comp) (v: term) (i: index) : comp = | false | null | false | subst_comp c [DT i v] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.comp",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_comp",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.DT",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_comp' (c: comp) (v: term) (i: index) : comp | [] | Pulse.Syntax.Naming.open_comp' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | c: Pulse.Syntax.Base.comp -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.comp | {
"end_col": 25,
"end_line": 435,
"start_col": 2,
"start_line": 435
} |
Prims.Tot | val open_term_opt' (t: option term) (v: term) (i: index) : Tot (option term) | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_term_opt' (t:option term) (v:term) (i:index)
: Tot (option term) = subst_term_opt t [ DT i v ] | val open_term_opt' (t: option term) (v: term) (i: index) : Tot (option term)
let open_term_opt' (t: option term) (v: term) (i: index) : Tot (option term) = | false | null | false | subst_term_opt t [DT i v] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"FStar.Pervasives.Native.option",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_term_opt",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.DT",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_term_opt' (t: option term) (v: term) (i: index) : Tot (option term) | [] | Pulse.Syntax.Naming.open_term_opt' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} |
t: FStar.Pervasives.Native.option Pulse.Syntax.Base.term ->
v: Pulse.Syntax.Base.term ->
i: Pulse.Syntax.Base.index
-> FStar.Pervasives.Native.option Pulse.Syntax.Base.term | {
"end_col": 51,
"end_line": 444,
"start_col": 24,
"start_line": 444
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_binder b v i =
subst_binder b [ ND v i ] | let close_binder b v i = | false | null | false | subst_binder b [ND v i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.binder",
"Pulse.Syntax.Base.var",
"Prims.nat",
"Pulse.Syntax.Naming.subst_binder",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_binder : b: Pulse.Syntax.Base.binder -> v: Pulse.Syntax.Base.var -> i: Prims.nat -> Pulse.Syntax.Base.binder | [] | Pulse.Syntax.Naming.close_binder | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | b: Pulse.Syntax.Base.binder -> v: Pulse.Syntax.Base.var -> i: Prims.nat -> Pulse.Syntax.Base.binder | {
"end_col": 27,
"end_line": 652,
"start_col": 2,
"start_line": 652
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_proof_hint' (ht:proof_hint_type) (x:var) (i:index) =
subst_proof_hint ht [ND x i] | let close_proof_hint' (ht: proof_hint_type) (x: var) (i: index) = | false | null | false | subst_proof_hint ht [ND x i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.proof_hint_type",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_proof_hint",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_proof_hint' : ht: Pulse.Syntax.Base.proof_hint_type -> x: Pulse.Syntax.Base.var -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.proof_hint_type | [] | Pulse.Syntax.Naming.close_proof_hint' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | ht: Pulse.Syntax.Base.proof_hint_type -> x: Pulse.Syntax.Base.var -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.proof_hint_type | {
"end_col": 30,
"end_line": 488,
"start_col": 2,
"start_line": 488
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_binder b v i =
{b with binder_ty=open_term' b.binder_ty v i} | let open_binder b v i = | false | null | false | { b with binder_ty = open_term' b.binder_ty v i } | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.binder",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Base.Mkbinder",
"Pulse.Syntax.Naming.open_term'",
"Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ty",
"Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ppname"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_binder : b: Pulse.Syntax.Base.binder -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.binder | [] | Pulse.Syntax.Naming.open_binder | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | b: Pulse.Syntax.Base.binder -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.binder | {
"end_col": 46,
"end_line": 459,
"start_col": 3,
"start_line": 459
} | |
Prims.Tot | val subst_st_comp (s: st_comp) (ss: subst) : st_comp | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let subst_st_comp (s:st_comp) (ss:subst)
: st_comp =
{ s with res = subst_term s.res ss;
pre = subst_term s.pre ss;
post = subst_term s.post (shift_subst ss) } | val subst_st_comp (s: st_comp) (ss: subst) : st_comp
let subst_st_comp (s: st_comp) (ss: subst) : st_comp = | false | null | false | {
s with
res = subst_term s.res ss;
pre = subst_term s.pre ss;
post = subst_term s.post (shift_subst ss)
} | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_comp",
"Pulse.Syntax.Naming.subst",
"Pulse.Syntax.Base.Mkst_comp",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__u",
"Pulse.Syntax.Naming.subst_term",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__res",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__pre",
"Pulse.Syntax.Base.__proj__Mkst... | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst_st_comp (s: st_comp) (ss: subst) : st_comp | [] | Pulse.Syntax.Naming.subst_st_comp | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | s: Pulse.Syntax.Base.st_comp -> ss: Pulse.Syntax.Naming.subst -> Pulse.Syntax.Base.st_comp | {
"end_col": 51,
"end_line": 413,
"start_col": 3,
"start_line": 411
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_term_pairs' (t:list (term * term)) (v:term) (i:index) =
subst_term_pairs t [DT i v] | let open_term_pairs' (t: list (term * term)) (v: term) (i: index) = | false | null | false | subst_term_pairs t [DT i v] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"FStar.Pervasives.Native.tuple2",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_term_pairs",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.DT",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_term_pairs' : t: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) ->
v: Pulse.Syntax.Base.term ->
i: Pulse.Syntax.Base.index
-> Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) | [] | Pulse.Syntax.Naming.open_term_pairs' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} |
t: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) ->
v: Pulse.Syntax.Base.term ->
i: Pulse.Syntax.Base.index
-> Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) | {
"end_col": 29,
"end_line": 479,
"start_col": 2,
"start_line": 479
} | |
Prims.Tot | val close_comp' (c: comp) (v: var) (i: index) : comp | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_comp' (c:comp) (v:var) (i:index) : comp =
subst_comp c [ ND v i ] | val close_comp' (c: comp) (v: var) (i: index) : comp
let close_comp' (c: comp) (v: var) (i: index) : comp = | false | null | false | subst_comp c [ND v i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.comp",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_comp",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_comp' (c: comp) (v: var) (i: index) : comp | [] | Pulse.Syntax.Naming.close_comp' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | c: Pulse.Syntax.Base.comp -> v: Pulse.Syntax.Base.var -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.comp | {
"end_col": 25,
"end_line": 643,
"start_col": 2,
"start_line": 643
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let shift_subst = shift_subst_n 1 | let shift_subst = | false | null | false | shift_subst_n 1 | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Naming.shift_subst_n"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 shift_subst : x: Prims.list Pulse.Syntax.Naming.subst_elt -> Prims.list Pulse.Syntax.Naming.subst_elt | [] | Pulse.Syntax.Naming.shift_subst | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | x: Prims.list Pulse.Syntax.Naming.subst_elt -> Prims.list Pulse.Syntax.Naming.subst_elt | {
"end_col": 33,
"end_line": 361,
"start_col": 18,
"start_line": 361
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_term t v = close_term' t v 0 | let close_term t v = | false | null | false | close_term' t v 0 | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Naming.close_term'"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_term : t: Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.term | [] | Pulse.Syntax.Naming.close_term | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.term | {
"end_col": 38,
"end_line": 657,
"start_col": 21,
"start_line": 657
} | |
Prims.Tot | val close_st_term' (t: st_term) (v: var) (i: index) : st_term | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_st_term' (t:st_term) (v:var) (i:index) : st_term =
subst_st_term t [ ND v i ] | val close_st_term' (t: st_term) (v: var) (i: index) : st_term
let close_st_term' (t: st_term) (v: var) (i: index) : st_term = | false | null | false | subst_st_term t [ND v i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_term",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_st_term",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_st_term' (t: st_term) (v: var) (i: index) : st_term | [] | Pulse.Syntax.Naming.close_st_term' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.st_term -> v: Pulse.Syntax.Base.var -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.st_term | {
"end_col": 28,
"end_line": 655,
"start_col": 2,
"start_line": 655
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_term' (t:term) (v:term) (i:index) =
subst_term t [ DT i v ] | let open_term' (t v: term) (i: index) = | false | null | false | subst_term t [DT i v] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_term",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.DT",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_term' : t: Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.term | [] | Pulse.Syntax.Naming.open_term' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.term | {
"end_col": 25,
"end_line": 406,
"start_col": 2,
"start_line": 406
} | |
Prims.Tot | val close_term_opt' (t: option term) (v: var) (i: index) : option term | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_term_opt' (t:option term) (v:var) (i:index) : option term =
subst_term_opt t [ ND v i ] | val close_term_opt' (t: option term) (v: var) (i: index) : option term
let close_term_opt' (t: option term) (v: var) (i: index) : option term = | false | null | false | subst_term_opt t [ND v i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"FStar.Pervasives.Native.option",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_term_opt",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_term_opt' (t: option term) (v: var) (i: index) : option term | [] | Pulse.Syntax.Naming.close_term_opt' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} |
t: FStar.Pervasives.Native.option Pulse.Syntax.Base.term ->
v: Pulse.Syntax.Base.var ->
i: Pulse.Syntax.Base.index
-> FStar.Pervasives.Native.option Pulse.Syntax.Base.term | {
"end_col": 29,
"end_line": 646,
"start_col": 2,
"start_line": 646
} |
Prims.Tot | val close_term_list' (t: list term) (v: var) (i: index) : list term | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_term_list' (t:list term) (v:var) (i:index) : list term =
subst_term_list t [ ND v i ] | val close_term_list' (t: list term) (v: var) (i: index) : list term
let close_term_list' (t: list term) (v: var) (i: index) : list term = | false | null | false | subst_term_list t [ND v i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_term_list",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_term_list' (t: list term) (v: var) (i: index) : list term | [] | Pulse.Syntax.Naming.close_term_list' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Prims.list Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.var -> i: Pulse.Syntax.Base.index
-> Prims.list Pulse.Syntax.Base.term | {
"end_col": 30,
"end_line": 649,
"start_col": 2,
"start_line": 649
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_st_term t v = close_st_term' t v 0 | let close_st_term t v = | false | null | false | close_st_term' t v 0 | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_term",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Naming.close_st_term'"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_st_term : t: Pulse.Syntax.Base.st_term -> v: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.st_term | [] | Pulse.Syntax.Naming.close_st_term | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.st_term -> v: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.st_term | {
"end_col": 44,
"end_line": 658,
"start_col": 24,
"start_line": 658
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let shift_subst_n (n:nat) = L.map (shift_subst_elt n) | let shift_subst_n (n: nat) = | false | null | false | L.map (shift_subst_elt n) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.nat",
"FStar.List.Tot.Base.map",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.shift_subst_elt",
"Prims.list"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 shift_subst_n : n: Prims.nat -> x: Prims.list Pulse.Syntax.Naming.subst_elt
-> Prims.list Pulse.Syntax.Naming.subst_elt | [] | Pulse.Syntax.Naming.shift_subst_n | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | n: Prims.nat -> x: Prims.list Pulse.Syntax.Naming.subst_elt
-> Prims.list Pulse.Syntax.Naming.subst_elt | {
"end_col": 53,
"end_line": 359,
"start_col": 28,
"start_line": 359
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_proof_hint' (ht:proof_hint_type) (v:term) (i:index) =
subst_proof_hint ht [DT i v] | let open_proof_hint' (ht: proof_hint_type) (v: term) (i: index) = | false | null | false | subst_proof_hint ht [DT i v] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.proof_hint_type",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_proof_hint",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.DT",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_proof_hint' : ht: Pulse.Syntax.Base.proof_hint_type -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.proof_hint_type | [] | Pulse.Syntax.Naming.open_proof_hint' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | ht: Pulse.Syntax.Base.proof_hint_type -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.proof_hint_type | {
"end_col": 30,
"end_line": 485,
"start_col": 2,
"start_line": 485
} | |
Prims.Tot | val open_st_comp' (s: st_comp) (v: term) (i: index) : st_comp | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_st_comp' (s:st_comp) (v:term) (i:index) : st_comp =
subst_st_comp s [ DT i v ] | val open_st_comp' (s: st_comp) (v: term) (i: index) : st_comp
let open_st_comp' (s: st_comp) (v: term) (i: index) : st_comp = | false | null | false | subst_st_comp s [DT i v] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_comp",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_st_comp",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.DT",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_st_comp' (s: st_comp) (v: term) (i: index) : st_comp | [] | Pulse.Syntax.Naming.open_st_comp' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | s: Pulse.Syntax.Base.st_comp -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.st_comp | {
"end_col": 28,
"end_line": 416,
"start_col": 2,
"start_line": 416
} |
Prims.Tot | val ln_st_comp (s: st_comp) (i: int) : bool | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let ln_st_comp (s:st_comp) (i:int) : bool =
ln' s.res i &&
ln' s.pre i &&
ln' s.post (i + 1) | val ln_st_comp (s: st_comp) (i: int) : bool
let ln_st_comp (s: st_comp) (i: int) : bool = | false | null | false | ln' s.res i && ln' s.pre i && ln' s.post (i + 1) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_comp",
"Prims.int",
"Prims.op_AmpAmp",
"Pulse.Syntax.Naming.ln'",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__res",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__pre",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__post",
"Prims.op_Addition",
"Prims.bool"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln_st_comp (s: st_comp) (i: int) : bool | [] | Pulse.Syntax.Naming.ln_st_comp | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | s: Pulse.Syntax.Base.st_comp -> i: Prims.int -> Prims.bool | {
"end_col": 20,
"end_line": 175,
"start_col": 2,
"start_line": 173
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let ln_c (c:comp) = ln_c' c (-1) | let ln_c (c: comp) = | false | null | false | ln_c' c (- 1) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.comp",
"Pulse.Syntax.Naming.ln_c'",
"Prims.op_Minus",
"Prims.bool"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln_c : c: Pulse.Syntax.Base.comp -> Prims.bool | [] | Pulse.Syntax.Naming.ln_c | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | c: Pulse.Syntax.Base.comp -> Prims.bool | {
"end_col": 32,
"end_line": 344,
"start_col": 20,
"start_line": 344
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_term_nv t nv =
open_term' t (U.term_of_nvar nv) 0 | let open_term_nv t nv = | false | null | false | open_term' t (U.term_of_nvar nv) 0 | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.nvar",
"Pulse.Syntax.Naming.open_term'",
"Pulse.Syntax.Pure.term_of_nvar"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_term_nv : t: Pulse.Syntax.Base.term -> nv: Pulse.Syntax.Base.nvar -> Pulse.Syntax.Base.term | [] | Pulse.Syntax.Naming.open_term_nv | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> nv: Pulse.Syntax.Base.nvar -> Pulse.Syntax.Base.term | {
"end_col": 38,
"end_line": 621,
"start_col": 4,
"start_line": 621
} | |
Prims.Tot | val open_st_term' (t: st_term) (v: term) (i: index) : st_term | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_st_term' (t:st_term) (v:term) (i:index) : st_term =
subst_st_term t [ DT i v ] | val open_st_term' (t: st_term) (v: term) (i: index) : st_term
let open_st_term' (t: st_term) (v: term) (i: index) : st_term = | false | null | false | subst_st_term t [DT i v] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_term",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_st_term",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.DT",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_st_term' (t: st_term) (v: term) (i: index) : st_term | [] | Pulse.Syntax.Naming.open_st_term' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.st_term -> v: Pulse.Syntax.Base.term -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.st_term | {
"end_col": 28,
"end_line": 618,
"start_col": 2,
"start_line": 618
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let open_comp_with (c:comp) (x:term) = open_comp' c x 0 | let open_comp_with (c: comp) (x: term) = | false | null | false | open_comp' c x 0 | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.comp",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.open_comp'"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 open_comp_with : c: Pulse.Syntax.Base.comp -> x: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp | [] | Pulse.Syntax.Naming.open_comp_with | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | c: Pulse.Syntax.Base.comp -> x: Pulse.Syntax.Base.term -> Pulse.Syntax.Base.comp | {
"end_col": 55,
"end_line": 634,
"start_col": 39,
"start_line": 634
} | |
Prims.Tot | val close_st_comp' (s: st_comp) (v: var) (i: index) : st_comp | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_st_comp' (s:st_comp) (v:var) (i:index) : st_comp =
subst_st_comp s [ ND v i ] | val close_st_comp' (s: st_comp) (v: var) (i: index) : st_comp
let close_st_comp' (s: st_comp) (v: var) (i: index) : st_comp = | false | null | false | subst_st_comp s [ND v i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_comp",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_st_comp",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_st_comp' (s: st_comp) (v: var) (i: index) : st_comp | [] | Pulse.Syntax.Naming.close_st_comp' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | s: Pulse.Syntax.Base.st_comp -> v: Pulse.Syntax.Base.var -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.st_comp | {
"end_col": 28,
"end_line": 640,
"start_col": 2,
"start_line": 640
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let subst_binder b ss =
{b with binder_ty=subst_term b.binder_ty ss} | let subst_binder b ss = | false | null | false | { b with binder_ty = subst_term b.binder_ty ss } | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.binder",
"Pulse.Syntax.Naming.subst",
"Pulse.Syntax.Base.Mkbinder",
"Pulse.Syntax.Naming.subst_term",
"Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ty",
"Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ppname"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst_binder : b: Pulse.Syntax.Base.binder -> ss: Pulse.Syntax.Naming.subst -> Pulse.Syntax.Base.binder | [] | Pulse.Syntax.Naming.subst_binder | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | b: Pulse.Syntax.Base.binder -> ss: Pulse.Syntax.Naming.subst -> Pulse.Syntax.Base.binder | {
"end_col": 45,
"end_line": 456,
"start_col": 3,
"start_line": 456
} | |
Prims.Tot | val close_term' (t: term) (v: var) (i: index) : term | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_term' (t:term) (v:var) (i:index) : term =
subst_term t [ ND v i ] | val close_term' (t: term) (v: var) (i: index) : term
let close_term' (t: term) (v: var) (i: index) : term = | false | null | false | subst_term t [ND v i] | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Base.index",
"Pulse.Syntax.Naming.subst_term",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Naming.ND",
"Prims.Nil"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_term' (t: term) (v: var) (i: index) : term | [] | Pulse.Syntax.Naming.close_term' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> v: Pulse.Syntax.Base.var -> i: Pulse.Syntax.Base.index
-> Pulse.Syntax.Base.term | {
"end_col": 25,
"end_line": 637,
"start_col": 2,
"start_line": 637
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_comp t v = close_comp' t v 0 | let close_comp t v = | false | null | false | close_comp' t v 0 | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.comp",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Naming.close_comp'"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_comp : t: Pulse.Syntax.Base.comp -> v: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.comp | [] | Pulse.Syntax.Naming.close_comp | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.comp -> v: Pulse.Syntax.Base.var -> Pulse.Syntax.Base.comp | {
"end_col": 38,
"end_line": 659,
"start_col": 21,
"start_line": 659
} | |
Prims.Tot | val ln_c' (c: comp) (i: int) : bool | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let ln_c' (c:comp) (i:int)
: bool
= match c with
| C_Tot t -> ln' t i
| C_ST s -> ln_st_comp s i
| C_STAtomic inames s
| C_STGhost inames s ->
ln' inames i &&
ln_st_comp s i | val ln_c' (c: comp) (i: int) : bool
let ln_c' (c: comp) (i: int) : bool = | false | null | false | match c with
| C_Tot t -> ln' t i
| C_ST s -> ln_st_comp s i
| C_STAtomic inames s | C_STGhost inames s -> ln' inames i && ln_st_comp s i | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.comp",
"Prims.int",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.ln'",
"Pulse.Syntax.Base.st_comp",
"Pulse.Syntax.Naming.ln_st_comp",
"Prims.op_AmpAmp",
"Prims.bool"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln_c' (c: comp) (i: int) : bool | [] | Pulse.Syntax.Naming.ln_c' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | c: Pulse.Syntax.Base.comp -> i: Prims.int -> Prims.bool | {
"end_col": 20,
"end_line": 186,
"start_col": 4,
"start_line": 180
} |
Prims.Tot | val subst_comp (c: comp) (ss: subst) : comp | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let subst_comp (c:comp) (ss:subst)
: comp
= match c with
| C_Tot t ->
C_Tot (subst_term t ss)
| C_ST s -> C_ST (subst_st_comp s ss)
| C_STAtomic inames s ->
C_STAtomic (subst_term inames ss)
(subst_st_comp s ss)
| C_STGhost inames s ->
C_STGhost (su... | val subst_comp (c: comp) (ss: subst) : comp
let subst_comp (c: comp) (ss: subst) : comp = | false | null | false | match c with
| C_Tot t -> C_Tot (subst_term t ss)
| C_ST s -> C_ST (subst_st_comp s ss)
| C_STAtomic inames s -> C_STAtomic (subst_term inames ss) (subst_st_comp s ss)
| C_STGhost inames s -> C_STGhost (subst_term inames ss) (subst_st_comp s ss) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.comp",
"Pulse.Syntax.Naming.subst",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.C_Tot",
"Pulse.Syntax.Naming.subst_term",
"Pulse.Syntax.Base.st_comp",
"Pulse.Syntax.Base.C_ST",
"Pulse.Syntax.Naming.subst_st_comp",
"Pulse.Syntax.Base.C_STAtomic",
"Pulse.Syntax.Base.C_STGhost"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst_comp (c: comp) (ss: subst) : comp | [] | Pulse.Syntax.Naming.subst_comp | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | c: Pulse.Syntax.Base.comp -> ss: Pulse.Syntax.Naming.subst -> Pulse.Syntax.Base.comp | {
"end_col": 36,
"end_line": 432,
"start_col": 4,
"start_line": 420
} |
Prims.Tot | val ln_list' (t: list term) (i: int) : bool | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let rec ln_list' (t:list term) (i:int) : bool =
match t with
| [] -> true
| hd::tl -> ln' hd i && ln_list' tl i | val ln_list' (t: list term) (i: int) : bool
let rec ln_list' (t: list term) (i: int) : bool = | false | null | false | match t with
| [] -> true
| hd :: tl -> ln' hd i && ln_list' tl i | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"Pulse.Syntax.Base.term",
"Prims.int",
"Prims.op_AmpAmp",
"Pulse.Syntax.Naming.ln'",
"Pulse.Syntax.Naming.ln_list'",
"Prims.bool"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln_list' (t: list term) (i: int) : bool | [
"recursion"
] | Pulse.Syntax.Naming.ln_list' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Prims.list Pulse.Syntax.Base.term -> i: Prims.int -> Prims.bool | {
"end_col": 39,
"end_line": 196,
"start_col": 2,
"start_line": 194
} |
Prims.Tot | val subst_term_pairs (t: list (term & term)) (ss: subst) : Tot (list (term & term)) | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let rec subst_term_pairs (t:list (term & term)) (ss:subst)
: Tot (list (term & term))
= match t with
| [] -> []
| (t1, t2)::tl -> (subst_term t1 ss, subst_term t2 ss) :: subst_term_pairs tl ss | val subst_term_pairs (t: list (term & term)) (ss: subst) : Tot (list (term & term))
let rec subst_term_pairs (t: list (term & term)) (ss: subst) : Tot (list (term & term)) = | false | null | false | match t with
| [] -> []
| (t1, t2) :: tl -> (subst_term t1 ss, subst_term t2 ss) :: subst_term_pairs tl ss | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"FStar.Pervasives.Native.tuple2",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.subst",
"Prims.Nil",
"Prims.Cons",
"FStar.Pervasives.Native.Mktuple2",
"Pulse.Syntax.Naming.subst_term",
"Pulse.Syntax.Naming.subst_term_pairs"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst_term_pairs (t: list (term & term)) (ss: subst) : Tot (list (term & term)) | [
"recursion"
] | Pulse.Syntax.Naming.subst_term_pairs | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) -> ss: Pulse.Syntax.Naming.subst
-> Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) | {
"end_col": 84,
"end_line": 465,
"start_col": 4,
"start_line": 463
} |
Prims.Tot | val ln_proof_hint' (ht: proof_hint_type) (i: int) : bool | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let ln_proof_hint' (ht:proof_hint_type) (i:int) : bool =
match ht with
| ASSERT { p }
| UNFOLD { p }
| FOLD { p } -> ln' p i
| RENAME { pairs; goal } ->
ln_terms' pairs i &&
ln_opt' goal i
| REWRITE { t1; t2 } ->
ln' t1 i &&
ln' t2 i | val ln_proof_hint' (ht: proof_hint_type) (i: int) : bool
let ln_proof_hint' (ht: proof_hint_type) (i: int) : bool = | false | null | false | match ht with
| ASSERT { p = p } | UNFOLD { p = p } | FOLD { p = p } -> ln' p i
| RENAME { pairs = pairs ; goal = goal } -> ln_terms' pairs i && ln_opt' goal i
| REWRITE { t1 = t1 ; t2 = t2 } -> ln' t1 i && ln' t2 i | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.proof_hint_type",
"Prims.int",
"Pulse.Syntax.Base.vprop",
"Pulse.Syntax.Naming.ln'",
"FStar.Pervasives.Native.option",
"Prims.list",
"Prims.string",
"FStar.Pervasives.Native.tuple2",
"Pulse.Syntax.Base.term",
"Prims.op_AmpAmp",
"Pulse.Syntax.Naming.ln_terms'",
"Pulse.Syntax.... | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln_proof_hint' (ht: proof_hint_type) (i: int) : bool | [] | Pulse.Syntax.Naming.ln_proof_hint' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | ht: Pulse.Syntax.Base.proof_hint_type -> i: Prims.int -> Prims.bool | {
"end_col": 12,
"end_line": 213,
"start_col": 2,
"start_line": 204
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let shift_subst_elt (n:nat) = function
| DT i t -> DT (i + n) t
| NT x t -> NT x t
| ND x i -> ND x (i + n) | let shift_subst_elt (n: nat) = | false | null | false | function
| DT i t -> DT (i + n) t
| NT x t -> NT x t
| ND x i -> ND x (i + n) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.nat",
"Pulse.Syntax.Naming.subst_elt",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.DT",
"Prims.op_Addition",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Naming.NT",
"Pulse.Syntax.Naming.ND"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 shift_subst_elt : n: Prims.nat -> _: Pulse.Syntax.Naming.subst_elt -> Pulse.Syntax.Naming.subst_elt | [] | Pulse.Syntax.Naming.shift_subst_elt | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | n: Prims.nat -> _: Pulse.Syntax.Naming.subst_elt -> Pulse.Syntax.Naming.subst_elt | {
"end_col": 26,
"end_line": 355,
"start_col": 30,
"start_line": 352
} | |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let rt_subst_elt = function
| DT i t -> RT.DT i (E.elab_term t)
| NT x t -> RT.NT x (E.elab_term t)
| ND x i -> RT.ND x i | let rt_subst_elt = | false | null | false | function
| DT i t -> RT.DT i (E.elab_term t)
| NT x t -> RT.NT x (E.elab_term t)
| ND x i -> RT.ND x i | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Naming.subst_elt",
"Prims.nat",
"Pulse.Syntax.Base.term",
"FStar.Reflection.Typing.DT",
"Pulse.Elaborate.Pure.elab_term",
"Pulse.Syntax.Base.var",
"FStar.Reflection.Typing.NT",
"FStar.Reflection.Typing.ND",
"FStar.Reflection.Typing.subst_elt"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 rt_subst_elt : _: Pulse.Syntax.Naming.subst_elt -> FStar.Reflection.Typing.subst_elt | [] | Pulse.Syntax.Naming.rt_subst_elt | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | _: Pulse.Syntax.Naming.subst_elt -> FStar.Reflection.Typing.subst_elt | {
"end_col": 23,
"end_line": 366,
"start_col": 19,
"start_line": 363
} | |
Prims.Tot | val subst_proof_hint (ht: proof_hint_type) (ss: subst) : proof_hint_type | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let subst_proof_hint (ht:proof_hint_type) (ss:subst)
: proof_hint_type
= match ht with
| ASSERT { p } -> ASSERT { p=subst_term p ss }
| UNFOLD { names; p } -> UNFOLD {names; p=subst_term p ss}
| FOLD { names; p } -> FOLD { names; p=subst_term p ss }
| RENAME { pairs; goal } -> RENAME { pairs=... | val subst_proof_hint (ht: proof_hint_type) (ss: subst) : proof_hint_type
let subst_proof_hint (ht: proof_hint_type) (ss: subst) : proof_hint_type = | false | null | false | match ht with
| ASSERT { p = p } -> ASSERT ({ p = subst_term p ss })
| UNFOLD { names = names ; p = p } -> UNFOLD ({ names = names; p = subst_term p ss })
| FOLD { names = names ; p = p } -> FOLD ({ names = names; p = subst_term p ss })
| RENAME { pairs = pairs ; goal = goal } ->
RENAME ({ pairs = subst_term_pairs pa... | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.proof_hint_type",
"Pulse.Syntax.Naming.subst",
"Pulse.Syntax.Base.vprop",
"Pulse.Syntax.Base.ASSERT",
"Pulse.Syntax.Base.Mkproof_hint_type__ASSERT__payload",
"Pulse.Syntax.Naming.subst_term",
"FStar.Pervasives.Native.option",
"Prims.list",
"Prims.string",
"Pulse.Syntax.Base.UNFO... | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst_proof_hint (ht: proof_hint_type) (ss: subst) : proof_hint_type | [] | Pulse.Syntax.Naming.subst_proof_hint | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | ht: Pulse.Syntax.Base.proof_hint_type -> ss: Pulse.Syntax.Naming.subst
-> Pulse.Syntax.Base.proof_hint_type | {
"end_col": 59,
"end_line": 476,
"start_col": 4,
"start_line": 469
} |
Prims.Tot | val subst_term (t: term) (ss: subst) : Tot term (decreases t) | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let rec subst_term (t:term) (ss:subst)
: Tot term (decreases t)
= let w t' = with_range t' t.range in
match t.t with
| Tm_VProp
| Tm_Emp
| Tm_Inames
| Tm_EmpInames
| Tm_Unknown -> t
| Tm_Pure p ->
w (Tm_Pure (subst_term p ss))
| Tm_Star l r... | val subst_term (t: term) (ss: subst) : Tot term (decreases t)
let rec subst_term (t: term) (ss: subst) : Tot term (decreases t) = | false | null | false | let w t' = with_range t' t.range in
match t.t with
| Tm_VProp | Tm_Emp | Tm_Inames | Tm_EmpInames | Tm_Unknown -> t
| Tm_Pure p -> w (Tm_Pure (subst_term p ss))
| Tm_Star l r -> w (Tm_Star (subst_term l ss) (subst_term r ss))
| Tm_ExistsSL u b body ->
w (Tm_ExistsSL u
({ b with binder_ty = subst_term b.binder... | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total",
""
] | [
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.subst",
"Pulse.Syntax.Base.__proj__Mkterm__item__t",
"Pulse.Syntax.Base.Tm_Pure",
"Pulse.Syntax.Naming.subst_term",
"Pulse.Syntax.Base.Tm_Star",
"Pulse.Syntax.Base.universe",
"Pulse.Syntax.Base.binder",
"Pulse.Syntax.Base.Tm_ExistsSL",
"Pulse.Syntax.B... | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst_term (t: term) (ss: subst) : Tot term (decreases t) | [
"recursion"
] | Pulse.Syntax.Naming.subst_term | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> ss: Pulse.Syntax.Naming.subst -> Prims.Tot Pulse.Syntax.Base.term | {
"end_col": 41,
"end_line": 403,
"start_col": 3,
"start_line": 379
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_st_term_n t vs =
let rec aux (i:nat) (vs:list var) (t:st_term) : Tot st_term (decreases vs) =
match vs with
| [] -> t
| v::vs ->
aux (i+1) vs (close_st_term' t v i)
in
aux 0 (List.rev vs) t | let close_st_term_n t vs = | false | null | false | let rec aux (i: nat) (vs: list var) (t: st_term) : Tot st_term (decreases vs) =
match vs with
| [] -> t
| v :: vs -> aux (i + 1) vs (close_st_term' t v i)
in
aux 0 (List.rev vs) t | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_term",
"Prims.list",
"Pulse.Syntax.Base.var",
"FStar.List.Tot.Base.rev",
"Prims.nat",
"Prims.op_Addition",
"Pulse.Syntax.Naming.close_st_term'"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_st_term_n : t: Pulse.Syntax.Base.st_term -> vs: Prims.list Pulse.Syntax.Base.var -> Pulse.Syntax.Base.st_term | [] | Pulse.Syntax.Naming.close_st_term_n | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.st_term -> vs: Prims.list Pulse.Syntax.Base.var -> Pulse.Syntax.Base.st_term | {
"end_col": 23,
"end_line": 677,
"start_col": 26,
"start_line": 670
} | |
Prims.Tot | val freevars_st_comp (s: st_comp) : Set.set var | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let freevars_st_comp (s:st_comp) : Set.set var =
freevars s.res `Set.union`
freevars s.pre `Set.union`
freevars s.post | val freevars_st_comp (s: st_comp) : Set.set var
let freevars_st_comp (s: st_comp) : Set.set var = | false | null | false | ((freevars s.res) `Set.union` (freevars s.pre)) `Set.union` (freevars s.post) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.st_comp",
"FStar.Set.union",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Naming.freevars",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__res",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__pre",
"Pulse.Syntax.Base.__proj__Mkst_comp__item__post",
"FStar.Set.set"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 freevars_st_comp (s: st_comp) : Set.set var | [] | Pulse.Syntax.Naming.freevars_st_comp | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | s: Pulse.Syntax.Base.st_comp -> FStar.Set.set Pulse.Syntax.Base.var | {
"end_col": 17,
"end_line": 35,
"start_col": 2,
"start_line": 33
} |
Prims.Tot | val freevars_proof_hint (ht: proof_hint_type) : Set.set var | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let freevars_proof_hint (ht:proof_hint_type) : Set.set var =
match ht with
| ASSERT { p }
| FOLD { p }
| UNFOLD { p } -> freevars p
| RENAME { pairs; goal } ->
Set.union (freevars_pairs pairs) (freevars_term_opt goal)
| REWRITE { t1; t2 } ->
Set.union (freevars t1) (freevars t2) | val freevars_proof_hint (ht: proof_hint_type) : Set.set var
let freevars_proof_hint (ht: proof_hint_type) : Set.set var = | false | null | false | match ht with
| ASSERT { p = p } | FOLD { p = p } | UNFOLD { p = p } -> freevars p
| RENAME { pairs = pairs ; goal = goal } ->
Set.union (freevars_pairs pairs) (freevars_term_opt goal)
| REWRITE { t1 = t1 ; t2 = t2 } -> Set.union (freevars t1) (freevars t2) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.proof_hint_type",
"Pulse.Syntax.Base.vprop",
"Pulse.Syntax.Naming.freevars",
"FStar.Pervasives.Native.option",
"Prims.list",
"Prims.string",
"FStar.Pervasives.Native.tuple2",
"Pulse.Syntax.Base.term",
"FStar.Set.union",
"Pulse.Syntax.Base.var",
"Pulse.Syntax.Naming.freevars_pa... | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 freevars_proof_hint (ht: proof_hint_type) : Set.set var | [] | Pulse.Syntax.Naming.freevars_proof_hint | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | ht: Pulse.Syntax.Base.proof_hint_type -> FStar.Set.set Pulse.Syntax.Base.var | {
"end_col": 41,
"end_line": 72,
"start_col": 2,
"start_line": 65
} |
Prims.Tot | val freevars_term_opt (t: option term) : Set.set var | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let freevars_term_opt (t:option term) : Set.set var =
freevars_opt freevars t | val freevars_term_opt (t: option term) : Set.set var
let freevars_term_opt (t: option term) : Set.set var = | false | null | false | freevars_opt freevars t | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"FStar.Pervasives.Native.option",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.freevars_opt",
"Pulse.Syntax.Naming.freevars",
"FStar.Set.set",
"Pulse.Syntax.Base.var"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 freevars_term_opt (t: option term) : Set.set var | [] | Pulse.Syntax.Naming.freevars_term_opt | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> FStar.Set.set Pulse.Syntax.Base.var | {
"end_col": 25,
"end_line": 52,
"start_col": 2,
"start_line": 52
} |
Prims.Tot | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let close_term_n t vs =
let rec aux (i:nat) (vs:list var) (t:term) : Tot term (decreases vs) =
match vs with
| [] -> t
| v::vs ->
aux (i+1) vs (close_term' t v i)
in
aux 0 (List.rev vs) t | let close_term_n t vs = | false | null | false | let rec aux (i: nat) (vs: list var) (t: term) : Tot term (decreases vs) =
match vs with
| [] -> t
| v :: vs -> aux (i + 1) vs (close_term' t v i)
in
aux 0 (List.rev vs) t | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.term",
"Prims.list",
"Pulse.Syntax.Base.var",
"FStar.List.Tot.Base.rev",
"Prims.nat",
"Prims.op_Addition",
"Pulse.Syntax.Naming.close_term'"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 close_term_n : t: Pulse.Syntax.Base.term -> vs: Prims.list Pulse.Syntax.Base.var -> Pulse.Syntax.Base.term | [] | Pulse.Syntax.Naming.close_term_n | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> vs: Prims.list Pulse.Syntax.Base.var -> Pulse.Syntax.Base.term | {
"end_col": 23,
"end_line": 668,
"start_col": 23,
"start_line": 661
} | |
Prims.Tot | val freevars (t: term) : Set.set var | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let rec freevars (t:term)
: Set.set var
= match t.t with
| Tm_Emp
| Tm_VProp
| Tm_Inames
| Tm_EmpInames
| Tm_Unknown -> Set.empty
| Tm_Star t1 t2 ->
Set.union (freevars t1) (freevars t2)
| Tm_ExistsSL _ t1 t2
| Tm_ForallSL _ t1 t2 ->
Set.union (freevars t1.bi... | val freevars (t: term) : Set.set var
let rec freevars (t: term) : Set.set var = | false | null | false | match t.t with
| Tm_Emp | Tm_VProp | Tm_Inames | Tm_EmpInames | Tm_Unknown -> Set.empty
| Tm_Star t1 t2 -> Set.union (freevars t1) (freevars t2)
| Tm_ExistsSL _ t1 t2 | Tm_ForallSL _ t1 t2 -> Set.union (freevars t1.binder_ty) (freevars t2)
| Tm_Pure p -> freevars p
| Tm_FStar t -> RT.freevars t | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Base.__proj__Mkterm__item__t",
"FStar.Set.empty",
"Pulse.Syntax.Base.var",
"FStar.Set.union",
"Pulse.Syntax.Naming.freevars",
"Pulse.Syntax.Base.universe",
"Pulse.Syntax.Base.binder",
"Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ty",
"Pulse.Syntax.Base.... | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 freevars (t: term) : Set.set var | [
"recursion"
] | Pulse.Syntax.Naming.freevars | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> FStar.Set.set Pulse.Syntax.Base.var | {
"end_col": 33,
"end_line": 30,
"start_col": 4,
"start_line": 18
} |
Prims.Tot | val freevars_list (t: list term) : Set.set var | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let rec freevars_list (t:list term) : Set.set var =
match t with
| [] -> Set.empty
| hd::tl -> freevars hd `Set.union` freevars_list tl | val freevars_list (t: list term) : Set.set var
let rec freevars_list (t: list term) : Set.set var = | false | null | false | match t with
| [] -> Set.empty
| hd :: tl -> (freevars hd) `Set.union` (freevars_list tl) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"Pulse.Syntax.Base.term",
"FStar.Set.empty",
"Pulse.Syntax.Base.var",
"FStar.Set.union",
"Pulse.Syntax.Naming.freevars",
"Pulse.Syntax.Naming.freevars_list",
"FStar.Set.set"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 freevars_list (t: list term) : Set.set var | [
"recursion"
] | Pulse.Syntax.Naming.freevars_list | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Prims.list Pulse.Syntax.Base.term -> FStar.Set.set Pulse.Syntax.Base.var | {
"end_col": 54,
"end_line": 57,
"start_col": 2,
"start_line": 55
} |
Prims.Tot | val freevars_opt (f: ('a -> Set.set var)) (x: option 'a) : Set.set var | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let freevars_opt (f: 'a -> Set.set var) (x:option 'a) : Set.set var =
match x with
| None -> Set.empty
| Some x -> f x | val freevars_opt (f: ('a -> Set.set var)) (x: option 'a) : Set.set var
let freevars_opt (f: ('a -> Set.set var)) (x: option 'a) : Set.set var = | false | null | false | match x with
| None -> Set.empty
| Some x -> f x | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"FStar.Set.set",
"Pulse.Syntax.Base.var",
"FStar.Pervasives.Native.option",
"FStar.Set.empty"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | false | Pulse.Syntax.Naming.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 freevars_opt (f: ('a -> Set.set var)) (x: option 'a) : Set.set var | [] | Pulse.Syntax.Naming.freevars_opt | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | f: (_: 'a -> FStar.Set.set Pulse.Syntax.Base.var) -> x: FStar.Pervasives.Native.option 'a
-> FStar.Set.set Pulse.Syntax.Base.var | {
"end_col": 17,
"end_line": 49,
"start_col": 2,
"start_line": 47
} |
Prims.Tot | val ln_terms' (t: list (term & term)) (i: int) : bool | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let rec ln_terms' (t:list (term & term)) (i:int) : bool =
match t with
| [] -> true
| (t1, t2)::tl -> ln' t1 i && ln' t2 i && ln_terms' tl i | val ln_terms' (t: list (term & term)) (i: int) : bool
let rec ln_terms' (t: list (term & term)) (i: int) : bool = | false | null | false | match t with
| [] -> true
| (t1, t2) :: tl -> ln' t1 i && ln' t2 i && ln_terms' tl i | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"FStar.Pervasives.Native.tuple2",
"Pulse.Syntax.Base.term",
"Prims.int",
"Prims.op_AmpAmp",
"Pulse.Syntax.Naming.ln'",
"Pulse.Syntax.Naming.ln_terms'",
"Prims.bool"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln_terms' (t: list (term & term)) (i: int) : bool | [
"recursion"
] | Pulse.Syntax.Naming.ln_terms' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term) -> i: Prims.int -> Prims.bool | {
"end_col": 58,
"end_line": 201,
"start_col": 2,
"start_line": 199
} |
Prims.Tot | val ln_opt' (t: option term) (i: int) : bool | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let ln_opt' (t:option term) (i:int) : bool =
match t with
| None -> true
| Some t -> ln' t i | val ln_opt' (t: option term) (i: int) : bool
let ln_opt' (t: option term) (i: int) : bool = | false | null | false | match t with
| None -> true
| Some t -> ln' t i | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"FStar.Pervasives.Native.option",
"Pulse.Syntax.Base.term",
"Prims.int",
"Pulse.Syntax.Naming.ln'",
"Prims.bool"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | false | Pulse.Syntax.Naming.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 ln_opt' (t: option term) (i: int) : bool | [] | Pulse.Syntax.Naming.ln_opt' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> i: Prims.int -> Prims.bool | {
"end_col": 21,
"end_line": 191,
"start_col": 2,
"start_line": 189
} |
Prims.Tot | val ln' (t: term) (i: int) : Tot bool (decreases t) | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let rec ln' (t:term) (i:int) : Tot bool (decreases t) =
match t.t with
| Tm_Emp
| Tm_VProp
| Tm_Inames
| Tm_EmpInames
| Tm_Unknown -> true
| Tm_Star t1 t2 ->
ln' t1 i &&
ln' t2 i
| Tm_Pure p ->
ln' p i
| Tm_ExistsSL _ t body
| Tm_ForallSL _ t body ->
ln' t.binder_... | val ln' (t: term) (i: int) : Tot bool (decreases t)
let rec ln' (t: term) (i: int) : Tot bool (decreases t) = | false | null | false | match t.t with
| Tm_Emp | Tm_VProp | Tm_Inames | Tm_EmpInames | Tm_Unknown -> true
| Tm_Star t1 t2 -> ln' t1 i && ln' t2 i
| Tm_Pure p -> ln' p i
| Tm_ExistsSL _ t body | Tm_ForallSL _ t body -> ln' t.binder_ty i && ln' body (i + 1)
| Tm_FStar t -> RT.ln' t i | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total",
""
] | [
"Pulse.Syntax.Base.term",
"Prims.int",
"Pulse.Syntax.Base.__proj__Mkterm__item__t",
"Prims.op_AmpAmp",
"Pulse.Syntax.Naming.ln'",
"Pulse.Syntax.Base.universe",
"Pulse.Syntax.Base.binder",
"Pulse.Syntax.Base.__proj__Mkbinder__item__binder_ty",
"Prims.op_Addition",
"Pulse.Syntax.Base.host_term",
"... | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 ln' (t: term) (i: int) : Tot bool (decreases t) | [
"recursion"
] | Pulse.Syntax.Naming.ln' | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Pulse.Syntax.Base.term -> i: Prims.int -> Prims.Tot Prims.bool | {
"end_col": 14,
"end_line": 170,
"start_col": 2,
"start_line": 150
} |
Prims.Tot | val subst_term_opt (t: option term) (ss: subst) : Tot (option term) | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let subst_term_opt (t:option term) (ss:subst)
: Tot (option term)
= match t with
| None -> None
| Some t -> Some (subst_term t ss) | val subst_term_opt (t: option term) (ss: subst) : Tot (option term)
let subst_term_opt (t: option term) (ss: subst) : Tot (option term) = | false | null | false | match t with
| None -> None
| Some t -> Some (subst_term t ss) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"FStar.Pervasives.Native.option",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.subst",
"FStar.Pervasives.Native.None",
"FStar.Pervasives.Native.Some",
"Pulse.Syntax.Naming.subst_term"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst_term_opt (t: option term) (ss: subst) : Tot (option term) | [] | Pulse.Syntax.Naming.subst_term_opt | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: FStar.Pervasives.Native.option Pulse.Syntax.Base.term -> ss: Pulse.Syntax.Naming.subst
-> FStar.Pervasives.Native.option Pulse.Syntax.Base.term | {
"end_col": 38,
"end_line": 441,
"start_col": 4,
"start_line": 439
} |
Prims.Tot | val freevars_comp (c: comp) : Tot (Set.set var) (decreases c) | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let freevars_comp (c:comp) : Tot (Set.set var) (decreases c) =
match c with
| C_Tot t -> freevars t
| C_ST s -> freevars_st_comp s
| C_STAtomic inames s
| C_STGhost inames s ->
freevars inames `Set.union` freevars_st_comp s | val freevars_comp (c: comp) : Tot (Set.set var) (decreases c)
let freevars_comp (c: comp) : Tot (Set.set var) (decreases c) = | false | null | false | match c with
| C_Tot t -> freevars t
| C_ST s -> freevars_st_comp s
| C_STAtomic inames s | C_STGhost inames s -> (freevars inames) `Set.union` (freevars_st_comp s) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total",
""
] | [
"Pulse.Syntax.Base.comp",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.freevars",
"Pulse.Syntax.Base.st_comp",
"Pulse.Syntax.Naming.freevars_st_comp",
"FStar.Set.union",
"Pulse.Syntax.Base.var",
"FStar.Set.set"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 freevars_comp (c: comp) : Tot (Set.set var) (decreases c) | [] | Pulse.Syntax.Naming.freevars_comp | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | c: Pulse.Syntax.Base.comp -> Prims.Tot (FStar.Set.set Pulse.Syntax.Base.var) | {
"end_col": 50,
"end_line": 44,
"start_col": 2,
"start_line": 39
} |
Prims.Tot | val subst_term_list (t: list term) (ss: subst) : Tot (list term) | [
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_module": "FStar.Reflection.V2",
"short_module": "R2"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": false,
"full... | false | let rec subst_term_list (t:list term) (ss:subst)
: Tot (list term)
= match t with
| [] -> []
| hd::tl -> subst_term hd ss :: subst_term_list tl ss | val subst_term_list (t: list term) (ss: subst) : Tot (list term)
let rec subst_term_list (t: list term) (ss: subst) : Tot (list term) = | false | null | false | match t with
| [] -> []
| hd :: tl -> subst_term hd ss :: subst_term_list tl ss | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"Pulse.Syntax.Base.term",
"Pulse.Syntax.Naming.subst",
"Prims.Nil",
"Prims.Cons",
"Pulse.Syntax.Naming.subst_term",
"Pulse.Syntax.Naming.subst_term_list"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 subst_term_list (t: list term) (ss: subst) : Tot (list term) | [
"recursion"
] | Pulse.Syntax.Naming.subst_term_list | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | t: Prims.list Pulse.Syntax.Base.term -> ss: Pulse.Syntax.Naming.subst
-> Prims.list Pulse.Syntax.Base.term | {
"end_col": 57,
"end_line": 450,
"start_col": 4,
"start_line": 448
} |
Prims.Tot | val freevars_pairs (pairs: list (term & term)) : Set.set var | [
{
"abbrev": true,
"full_module": "Pulse.Elaborate.Pure",
"short_module": "E"
},
{
"abbrev": true,
"full_module": "Pulse.Syntax.Pure",
"short_module": "U"
},
{
"abbrev": true,
"full_module": "Pulse.RuntimeUtils",
"short_module": "RU"
},
{
"abbrev": true,
"full_... | false | let rec freevars_pairs (pairs:list (term & term)) : Set.set var =
match pairs with
| [] -> Set.empty
| (t1, t2)::tl -> Set.union (freevars t1) (freevars t2) `Set.union` freevars_pairs tl | val freevars_pairs (pairs: list (term & term)) : Set.set var
let rec freevars_pairs (pairs: list (term & term)) : Set.set var = | false | null | false | match pairs with
| [] -> Set.empty
| (t1, t2) :: tl -> (Set.union (freevars t1) (freevars t2)) `Set.union` (freevars_pairs tl) | {
"checked_file": "Pulse.Syntax.Naming.fsti.checked",
"dependencies": [
"Pulse.Syntax.Pure.fst.checked",
"Pulse.Syntax.Base.fsti.checked",
"Pulse.RuntimeUtils.fsti.checked",
"Pulse.Elaborate.Pure.fst.checked",
"Pulse.Common.fst.checked",
"prims.fst.checked",
"FStar.Set.fsti.checked",
... | [
"total"
] | [
"Prims.list",
"FStar.Pervasives.Native.tuple2",
"Pulse.Syntax.Base.term",
"FStar.Set.empty",
"Pulse.Syntax.Base.var",
"FStar.Set.union",
"Pulse.Syntax.Naming.freevars",
"Pulse.Syntax.Naming.freevars_pairs",
"FStar.Set.set"
] | [] | module Pulse.Syntax.Naming
open FStar.List.Tot
open Pulse.Syntax.Base
open Pulse.Common
module L = FStar.List.Tot
module R = FStar.Reflection
module RTB = FStar.Reflection.Typing.Builtins
module RT = FStar.Reflection.Typing
module RU = Pulse.RuntimeUtils
module U = Pulse.Syntax.Pure
module E = Pulse.Elaborate.Pure
... | false | true | Pulse.Syntax.Naming.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 freevars_pairs (pairs: list (term & term)) : Set.set var | [
"recursion"
] | Pulse.Syntax.Naming.freevars_pairs | {
"file_name": "lib/steel/pulse/Pulse.Syntax.Naming.fsti",
"git_rev": "7fbb54e94dd4f48ff7cb867d3bae6889a635541e",
"git_url": "https://github.com/FStarLang/steel.git",
"project_name": "steel"
} | pairs: Prims.list (Pulse.Syntax.Base.term * Pulse.Syntax.Base.term)
-> FStar.Set.set Pulse.Syntax.Base.var | {
"end_col": 87,
"end_line": 62,
"start_col": 2,
"start_line": 60
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.