Skip to content

Commit

Permalink
Merge pull request #119 from sezna/patch
Browse files Browse the repository at this point in the history
remove comment
sezna authored Jul 21, 2024
2 parents cad2382 + f0ab8f7 commit 9fd368a
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;

0 comments on commit 9fd368a

Please sign in to comment.