Skip to content

Commit

Permalink
dynamic.k: fix issue with defArgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chathhorn committed Oct 8, 2019
1 parent c6d25ad commit 90e269d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semantics/cpp/language/common/dynamic.k
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ module CPP-DYNAMIC-OTHER-SYNTAX

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

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

syntax DefaultArguments ::= DefaultArgumentsResult

Expand Down

0 comments on commit 90e269d

Please sign in to comment.