Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LiveVerif/src/LiveVerif/LiveParsing.v
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Proof. intros. reflexivity. Succeed Qed. Abort.

Goal True.
pose */ /* hello, world! */ /* as s.
pose */ /* The way we implement C comments is a bit limited:
pose */ /* The way we implement C comments appears a bit limited:
- We can't use full stops
- Only a few special characters are supported, eg ?, $, #
- We can't use parentheses
Expand Down
2 changes: 1 addition & 1 deletion LiveVerif/src/LiveVerifExamples/tree_set.v
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Derive bst_add SuchThat (fun_correct! bst_add) As bst_add_ok.
return 1; /**. .**/
} /**. .**/
else { /**. .**/
/* key not found, so we zoomed into the tree until it is empty, and
/* key not found, so we zoomed into the tree until it becomes empty, and
shrinked the function's postcondition and the context -- there's
no more tree around, and we'll just retrun a singleton tree! */ /**. .**/
uintptr_t res = bst_alloc_node(); /**. .**/
Expand Down
Loading