Skip to content

Commit 7b77360

Browse files
Forgot oneoef
1 parent 373db61 commit 7b77360

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

proto/conjunction.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ message ConjunctionStructure {
1919
Value value = 3;
2020
}
2121
message Label {
22-
Type resolved = 1;
23-
string failedInference = 2;
22+
oneof label {
23+
Type resolved = 1;
24+
string failedInference = 2;
25+
}
2426
}
2527
}
2628

0 commit comments

Comments
 (0)