Skip to content

Commit c4d762e

Browse files
committed
dynamic.k: fix issue with defArgs.
1 parent 3b29cb8 commit c4d762e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantics/cpp/language/common/dynamic.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ module CPP-DYNAMIC-OTHER-SYNTAX
582582

583583
syntax KItem ::= seqstrict(StrictList) [klabel(seqstrictcpp)]
584584

585-
syntax DefaultArguments ::= defArgs(vals: StrictList, types: StrictList, cats: StrictList)
585+
syntax DefaultArguments ::= defArgs(vals: StrictList, types: StrictList, cats: StrictList) [strict(1)]
586586

587587
syntax DefaultArguments ::= DefaultArgumentsResult
588588

0 commit comments

Comments
 (0)