renamed "symboltype" to "symbol_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:51 +02:00
parent cdcf9e87fd
commit 5355e23c1a
2 changed files with 2 additions and 2 deletions

View File

@@ -641,7 +641,7 @@ case @type.kind of
;
@booleanliteraltype = @truetype | @falsetype;
@symboltype = @plainsymboltype | @uniquesymboltype;
@symbol_type = @plainsymboltype | @uniquesymboltype;
@unionorintersectiontype = @uniontype | @intersectiontype;
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;