We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3cb0d commit c4e1f36Copy full SHA for c4e1f36
src/Test/Main.hs
@@ -240,7 +240,7 @@ selectVar typ (Names ints bools bytes) = do
240
SByteStr -> bytes
241
idx <- elements [0..((length names)-1)]
242
let (x, at) = names!!idx
243
- return $ CVarRef nowhere (Item typ (PrimitiveType at) (CVar nowhere at x))
+ return $ VarRef nowhere Pre SCalldata (Item typ (PrimitiveType at) (CVar nowhere at x))
244
245
-- | Generates a record type containing identifier names.
246
-- Ensures each generated name appears once only.
0 commit comments