Skip to content

Commit e174d23

Browse files
committed
remove todo
1 parent 630e76a commit e174d23

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

grammar.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,12 +1267,11 @@ module.exports = grammar({
12671267
$.module_identifier_path,
12681268
),
12691269

1270-
// TODO: use $.type_declaration rule
12711270
constrain_type: $ => seq(
12721271
'type',
1273-
$._type_identifier,
1272+
$._type,
12741273
choice('=', ':='),
1275-
$._type_identifier
1274+
$._type,
12761275
),
12771276

12781277
functor_use: $ => seq(

0 commit comments

Comments
 (0)