Skip to content

Commit 471cc2b

Browse files
committed
kool typed dynamic
Former-commit-id: 8779c8aa2f49e1a27f3e19a5573404fe06743917 [formerly 95e6e480ac85cdf7bd8c775bb189e3ea1a7bc859] Former-commit-id: f7197648a0b4976a55de9b77d355673633f3e68c
1 parent 2323b0b commit 471cc2b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

k-distribution/tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ untyped KOOL. */
4646
| Type "[" "]"
4747
> Types "->" Type
4848
| "(" Type ")" [bracket]
49-
syntax Types ::= List{Type,","}
49+
syntax Types ::= List{Type,","} [klabel(_,_::Types)]
5050

5151
//@ \subsection{Declarations}
5252

k-distribution/tutorial/2_languages/2_kool/2_typed/1_dynamic/tests/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
programs="../../programs/"
77
extension="kool"
88
exclude="cycle"
9+
skip="pdf"
910
results="." >
10-
<kompile-option name="--backend" value="java" />
1111
<all-programs>
1212
<krun-option name="--output" value="none" />
1313
<krun-option name="--smt" value="none" />
@@ -19,8 +19,8 @@
1919
programs="../../programs/"
2020
extension="kool"
2121
exclude="cycle"
22+
skip="pdf"
2223
results="." >
23-
<kompile-option name="--backend" value="java" />
2424
<all-programs>
2525
<krun-option name="--output" value="none" />
2626
</all-programs>

0 commit comments

Comments
 (0)