You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding type matching support in boot, test cases related to TyVariants have failed in stdlib/mexpr/boot-parser.mc.
because TyVariants are not parsed correctly. For example, after parsing this statement
type Foo=<> in x
< and > have variable types with idents < and > respectively. I guess the support for the syntax should be added in the lexer.
The text was updated successfully, but these errors were encountered:
After adding type matching support in boot, test cases related to
TyVariants
have failed instdlib/mexpr/boot-parser.mc
.because
TyVariants
are not parsed correctly. For example, after parsing this statementtype Foo=<> in x
<
and>
have variable types with idents<
and>
respectively. I guess the support for the syntax should be added in the lexer.The text was updated successfully, but these errors were encountered: