Skip to content

Commit

Permalink
add missing attributes to List modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Sep 23, 2024
1 parent e153832 commit 74f3fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pykwasm/src/pykwasm/kdist/wasm-semantics/data/list-int.k
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module LIST-INT
[ left, function, total, hook(LIST.concat),
symbol(_ListInt_), smtlib(smt_seq_concat),
assoc, unit(.ListInt), element(ListIntItem),
format(%1%n%2)
format(%1%n%2), update(ListInt:set)
]
syntax ListInt ::= ".ListInt"
[ function, total, hook(LIST.unit), symbol(.ListInt),
Expand Down
2 changes: 1 addition & 1 deletion pykwasm/src/pykwasm/kdist/wasm-semantics/data/list-ref.k
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module LIST-REF
[ left, function, total, hook(LIST.concat),
symbol(_ListRef_), smtlib(smt_seq_concat),
assoc, unit(.ListRef), element(ListRefItem),
format(%1%n%2)
format(%1%n%2), update(ListRef:set)
]
syntax ListRef ::= ".ListRef"
[ function, total, hook(LIST.unit), symbol(.ListRef),
Expand Down

0 comments on commit 74f3fa8

Please sign in to comment.