We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List compiled by @ad-l
Sum types:
Structs:
Vlbytes:
length
Vldata:
Vlarray:
count
Vllist:
FLBytes:
FLArray:
Note that all such needed combinators are already in LowParse, we just need to instantiate them in QuackyDucky.
The text was updated successfully, but these errors were encountered:
Boxes checked above track progress on QuackyDucky branch taramana_lowparse.
taramana_lowparse
master
Sorry, something went wrong.
Intro lemma for structs merged in QD a9e4f96
ad-l
tahina-pro
No branches or pull requests
List compiled by @ad-l
Sum types:
Structs:
Vlbytes:
index, sliceWon't do; instead, I strengthen the postcondition oflength
to allow the user to take the corresponding subbuffer to access the contentsVldata:
Vlarray:
list "accessor"done as a strong postcondition given bycount
Vllist:
FLBytes:
slice, nthelim, so that the user can take the subbuffer themselvesFLArray:
Note that all such needed combinators are already in LowParse, we just need to instantiate them in QuackyDucky.
The text was updated successfully, but these errors were encountered: