You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lowparse/LowParse.SteelST.Access.fst
+1-1
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ let ghost_peek_strong
219
219
inline_for_extraction
220
220
letpeek_strong_with_size
221
221
(#k:Ghost.erasedparser_kind)
222
-
(#t:Type)
222
+
(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
Copy file name to clipboardExpand all lines: src/lowparse/LowParse.SteelST.Combinators.fst
+19-15
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,8 @@ let jump_pair
163
163
164
164
letg_split_pair
165
165
#opened
166
-
#k1#t1(p1:parserk1t1)
166
+
#k1(#t1:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
(#k2:Ghost.erasedparser_kind)(#t2:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
214
+
(p2:parserk2t2)
213
215
#y(a:byte_array)
214
216
:ST(byte_array)
215
217
(aparse(p1`nondep_then`p2)ay)
@@ -269,7 +271,8 @@ let clens_fst
269
271
inline_for_extraction
270
272
letwith_pair_fst
271
273
(#k1:Ghost.erasedparser_kind)#t1(p1:parserk1t1)
272
-
(#k2:Ghost.erasedparser_kind)#t2(p2:parserk2t2)
274
+
(#k2:Ghost.erasedparser_kind)(#t2:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
275
+
(p2:parserk2t2)
273
276
:Pure(accessor(p1`nondep_then`p2)p1(clens_fst__))
274
277
(k1.parser_kind_subkind==SomeParserStrong)
275
278
(fun_->True)
@@ -405,7 +408,7 @@ let read_synth'
405
408
inline_for_extraction
406
409
letwrite_synth
407
410
(#k:parser_kind)
408
-
(#t1:Type)
411
+
(#t1:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
(#k:Ghost.erasedparser_kind)(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
512
+
(#p:parserkt)(v:validatorp)(r:leaf_readerp)
509
513
(f:t->GTotbool)
510
514
(f':((x:t)->Tot(y:bool{y==fx})))
511
515
:Pure(validator(p`parse_filter`f))
@@ -603,7 +607,7 @@ let read_filter
603
607
inline_for_extraction
604
608
letwrite_filter
605
609
(#k:parser_kind)
606
-
(#t:Type)
610
+
(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
607
611
(#p:parserkt)
608
612
(#s:serializerp)
609
613
(w:writers)
@@ -743,7 +747,7 @@ let exists_and_then_payload
743
747
letghost_split_and_then
744
748
(#opened:_)
745
749
(#k1:parser_kind)
746
-
(#t1:Type)
750
+
(#t1:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
747
751
(p1:parserk1t1)
748
752
(#k2:parser_kind)
749
753
(#t2:Type)
@@ -772,7 +776,7 @@ let split_and_then
772
776
(#p1:parserk1t1)
773
777
(j1:jumperp1)
774
778
(#k2:Ghost.erasedparser_kind)
775
-
(#t2:Type)
779
+
(#t2:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
(#t2:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
(#tag_t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
882
886
(#pt:parserkttag_t)
883
887
(vt:validatorpt)
884
888
(rt:leaf_readerpt)
@@ -920,7 +924,7 @@ let validate_tagged_union
920
924
inline_for_extraction
921
925
letjump_tagged_union
922
926
(#kt:Ghost.erasedparser_kind)
923
-
(#tag_t:Type)
927
+
(#tag_t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
924
928
(#pt:parserkttag_t)
925
929
(vt:jumperpt)
926
930
(rt:leaf_readerpt)
@@ -989,7 +993,7 @@ let exists_tagged_union_payload
989
993
letghost_split_tagged_union
990
994
(#opened:_)
991
995
(#kt:parser_kind)
992
-
(#tag_t:Type)
996
+
(#tag_t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
993
997
(pt:parserkttag_t)
994
998
(#data_t:Type)
995
999
(tag_of_data:(data_t->GTottag_t))
@@ -1018,7 +1022,7 @@ let split_tagged_union
1018
1022
(#tag_t:Type)
1019
1023
(#pt:parserkttag_t)
1020
1024
(jt:jumperpt)
1021
-
(#data_t:Type)
1025
+
(#data_t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
(#data_t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
@@ -1219,7 +1223,7 @@ let hop_dtuple2_tag_with_size
1219
1223
(#tag_t:Type)
1220
1224
(pt:parserkttag_t)
1221
1225
(#k:Ghost.erasedparser_kind)
1222
-
(#data_t:tag_t->Type)
1226
+
(#data_t:tag_t->Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
#state_i#state_t(#ll_state:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
#state_i#state_t(#ll_state:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
@@ -796,7 +798,8 @@ let elim_impl_for_inv_aux_false_strong
796
798
797
799
inline_for_extraction
798
800
letimpl_for_post
799
-
#state_i#state_t#ll_state#ll_state_ptr
801
+
#state_i#state_t(#ll_state:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
#state_i(#state_t:_->Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
1504
+
(#ll_state:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
#state_i(#state_t:_->Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
1557
+
(#ll_state:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
#state_i(#state_t:_->Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
1635
+
(#ll_state:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
#state_i(#state_t:_->Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
1667
+
(#ll_state:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
Copy file name to clipboardExpand all lines: src/lowparse/LowParse.SteelST.Fold.SerializationState.fst
+1-1
Original file line number
Diff line number
Diff line change
@@ -1676,7 +1676,7 @@ let r_to_l_write_t
1676
1676
letr_to_l_write_post_rewrite
1677
1677
(#opened:_)
1678
1678
(#k:parser_kind)
1679
-
(#t:Type)
1679
+
(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
Copy file name to clipboardExpand all lines: src/lowparse/LowParse.SteelST.List.Iter.WithInterrupt.fst
+1-1
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ let list_iter_with_interrupt_close
179
179
inline_for_extraction
180
180
letlist_iter_with_interrupt_test
181
181
(#k:Ghost.erasedparser_kind)
182
-
(#t:Type)
182
+
(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
Copy file name to clipboardExpand all lines: src/lowparse/LowParse.SteelST.Write.fst
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ let exact_writer
52
52
inline_for_extraction
53
53
letexact_write
54
54
(#k:parser_kind)
55
-
(#t:Type)
55
+
(#t:Type0)// FIXME: if the universe is left out, then F* master will determine universe 0, but F* #2349 cannot, since gen_elim now allows universes 0 and 1. So let's stay at universe 0 for now.
0 commit comments