renamed "truetype" to "true_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:54:57 +02:00
parent 2a7b6310ad
commit b3c3069c24
3 changed files with 6 additions and 6 deletions

View File

@@ -616,7 +616,7 @@ case @type.kind of
| 1 = @string_type
| 2 = @number_type
| 3 = @union_type
| 4 = @truetype
| 4 = @true_type
| 5 = @falsetype
| 6 = @typereference
| 7 = @objecttype
@@ -640,7 +640,7 @@ case @type.kind of
| 25 = @bigintliteraltype
;
@booleanliteraltype = @truetype | @falsetype;
@booleanliteraltype = @true_type | @falsetype;
@symbol_type = @plainsymboltype | @uniquesymboltype;
@union_or_intersection_type = @union_type | @intersectiontype;
@typevariable_type = @canonicaltypevariabletype | @lexicaltypevariabletype;