We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825b908 commit 4d1c5a5Copy full SHA for 4d1c5a5
tests/check/combined-constraint.fil
@@ -1,9 +1,11 @@
1
+// Component with constraint depending on event, parameter, and existential parameter.
2
comp Inst[W]<'G: 1> () -> () with {
3
some L where L >= 0;
4
} where 'G + L + W >= 'G {
5
L := 1;
6
}
7
8
comp main<'G: 1>() -> () {
9
+ // Invoke this instantiation
10
inst := new Inst[1]<'G>();
11
0 commit comments