Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Jul 21, 2024
1 parent cad2382 commit f0ab8f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions petr-typecheck/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
mod error;

// TODO(alex):
// In type checking, store type-checked function calls with their name and signature as the key
// and the bodies with different types as the value. Code generation then gets the monomorphiztion
// with fully concrete types.
//
// associate spans with type constraints, so we know what originated the constraint

use std::{collections::BTreeMap, rc::Rc};

use error::TypeConstraintError;
Expand Down

0 comments on commit f0ab8f7

Please sign in to comment.