Parse _ in type annotations as an 'Inferred' type

This commit is contained in:
Joshua Warner 2021-11-17 17:49:04 -08:00
parent 91c97dbba4
commit 7f5b873357
9 changed files with 64 additions and 1 deletions

View file

@ -626,6 +626,7 @@ pub enum EType<'a> {
TApply(ETypeApply, Row, Col),
TBadTypeVariable(Row, Col),
TWildcard(Row, Col),
TInferred(Row, Col),
///
TStart(Row, Col),
TEnd(Row, Col),