Skip to content

Commit

Permalink
add missing sort
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nzZik committed Mar 27, 2020
1 parent cb00bae commit 3dbba14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .build/k
Submodule k updated from 0b2740 to 51686b
1 change: 1 addition & 0 deletions semantics/cpp/language/translation/temporary.k
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module CPP-TRANSLATION-TEMPORARY-SYNTAX
imports CPP-TYPING-SORTS

syntax Expr ::= CreateTemporary
syntax KItem
syntax CreateTemporary ::= createTemporary(temporary: Expr, type: CPPType, init: KItem) [strict(3)]
endmodule

Expand Down

0 comments on commit 3dbba14

Please sign in to comment.