remove irrelevant comment.

This commit is contained in:
KtorZ 2024-03-13 13:06:17 +01:00 committed by rvcas
parent 961806617f
commit 502a13756a
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 0 additions and 1 deletions

View File

@ -1225,7 +1225,6 @@ impl TypedPattern {
} }
pub fn tipo(&self, value: &TypedExpr) -> Option<Rc<Type>> { pub fn tipo(&self, value: &TypedExpr) -> Option<Rc<Type>> {
// expect thing: Wow = thing
match self { match self {
Pattern::Int { .. } => Some(builtins::int()), Pattern::Int { .. } => Some(builtins::int()),
Pattern::Constructor { tipo, .. } => Some(tipo.clone()), Pattern::Constructor { tipo, .. } => Some(tipo.clone()),