How to say anything about an array of structs #700
Labels
subsystem: crucible-llvm
Issues related to LLVM bitcode verification with crucible-llvm
type: question
Issues that are primarily asking questions
type: support
Issues that are primarily support requests
I'm really struggling to specify an array of arrays in
saw
Consider the following example. How can I (for a given nNumElements and nLength) prove that
clear
zeroes out eachpList
?Using the generic function below, I am able to create a list of the structures, but I can't figure out how to transform this list to an array.
I have tried running the result of this function through
crucible_array
, but get type mismatches betweenSetupValue
andCrucibleSetup
...so, I'm lost right now. Any help would be appreciated.The text was updated successfully, but these errors were encountered: