mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2026-01-25 13:07:09 +00:00
minor fixes
This commit is contained in:
parent
4a553f24fb
commit
1b517b8723
3 changed files with 34 additions and 31 deletions
|
|
@ -219,6 +219,7 @@ arg_deduction_example 'name 'duration : <- String <- Float -> Task = Task 'name
|
|||
(import
|
||||
(simple_name_identifier))
|
||||
(import
|
||||
(placeholder)
|
||||
(simple_name_identifier))
|
||||
(import
|
||||
(simple_name_identifier)
|
||||
|
|
@ -635,13 +636,14 @@ arg_deduction_example 'name 'duration : <- String <- Float -> Task = Task 'name
|
|||
(simple_name_identifier))))
|
||||
(type_definition
|
||||
(simple_type_identifier)
|
||||
(tuple_type
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(simple_type_identifier))
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(simple_type_identifier))))
|
||||
(variant_type
|
||||
(tuple_type
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(simple_type_identifier))
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(simple_type_identifier)))))
|
||||
(type_definition
|
||||
(simple_type_identifier)
|
||||
(variant_type
|
||||
|
|
@ -800,27 +802,28 @@ arg_deduction_example 'name 'duration : <- String <- Float -> Task = Task 'name
|
|||
(simple_type_identifier)
|
||||
(argument_type_identifier)
|
||||
(argument_type_identifier)
|
||||
(tuple_type
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(simple_type_identifier))
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(simple_type_identifier))
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(simple_type_identifier)
|
||||
(variant_type
|
||||
(tuple_type
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(argument_type_identifier))
|
||||
(simple_type_identifier))
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(argument_type_identifier)))
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(simple_type_identifier)
|
||||
(simple_type_identifier))
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(argument_type_identifier))
|
||||
(simple_type_identifier)
|
||||
(type
|
||||
(argument_type_identifier))
|
||||
(type
|
||||
(argument_type_identifier)))
|
||||
(annotation_identifier)
|
||||
(type
|
||||
(argument_type_identifier)))))
|
||||
(simple_type_identifier)
|
||||
(type
|
||||
(argument_type_identifier))
|
||||
(type
|
||||
(argument_type_identifier))))))
|
||||
(type_definition
|
||||
(simple_type_identifier)
|
||||
(function_definition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue