c
This commit is contained in:
@@ -115,7 +115,7 @@ module.exports = grammar({
|
||||
|
||||
type_atom: $ => choice(
|
||||
$.just_type,
|
||||
$.partial_type,
|
||||
$.partial_type,
|
||||
seq('(', $.type, ')'),
|
||||
$.record_type,
|
||||
),
|
||||
|
Reference in New Issue
Block a user