minor fixes

This commit is contained in:
ProgramSnail 2023-07-23 19:40:38 +03:00
parent 4a553f24fb
commit 1b517b8723
3 changed files with 34 additions and 31 deletions

View file

@ -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