Skip to content

Commit c98455c

Browse files
authored
Update lambda-buffers-proto/compiler.proto
1 parent 4f06a88 commit c98455c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambda-buffers-proto/compiler.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,9 +638,9 @@ message KindCheckError {
638638

639639
// Unbound variable ty_var detected in term ty_def.
640640
message UnboundTyVarError {
641-
TyDef ty_def = 1;
642-
TyVar ty_var = 2;
643-
ModuleName module_name = 3;
641+
ModuleName module_name = 1;
642+
TyDef ty_def = 2;
643+
TyVar ty_var = 3;
644644
}
645645

646646
// Unbound type reference ty_ref detected in term ty_def.

0 commit comments

Comments
 (0)