Skip to content

Commit 4d1c5a5

Browse files
committed
add some comments
1 parent 825b908 commit 4d1c5a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
// Component with constraint depending on event, parameter, and existential parameter.
12
comp Inst[W]<'G: 1> () -> () with {
23
some L where L >= 0;
34
} where 'G + L + W >= 'G {
45
L := 1;
56
}
67

78
comp main<'G: 1>() -> () {
9+
// Invoke this instantiation
810
inst := new Inst[1]<'G>();
911
}

0 commit comments

Comments
 (0)