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
F* has a special qualifier for KreMLin [@"substitute"] that fstar-mode doesn't recognize, so that advancing processes any definitions with this qualifier:
moduleInteractive_advance_substitute(* fstar-subp-advance-next here... *)leta=1[@"substitute"]letb=2(* ... goes here *)
This is low priority, and I'm not sure if this type of qualifier will stick around in F*.
The text was updated successfully, but these errors were encountered:
The fix would be to refine the predicate that's used for picking headers to start on. Currently it checks for preceding blanks and being outside of a comment.
F* has a special qualifier for KreMLin
[@"substitute"]
that fstar-mode doesn't recognize, so that advancing processes any definitions with this qualifier:This is low priority, and I'm not sure if this type of qualifier will stick around in F*.
The text was updated successfully, but these errors were encountered: