This commit is contained in:
2025-09-21 22:54:00 +02:00
parent 95624267db
commit 9482b629c1
2 changed files with 64 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ module.exports = grammar({
type_atom: $ => choice(
$.just_type,
$.partial_type,
$.partial_type,
seq('(', $.type, ')'),
$.record_type,
),