Move eval.rs to context

This commit is contained in:
Shunsuke Shibayama 2022-09-05 23:50:32 +09:00
parent fadce087c5
commit 1b4c9aa9c3
6 changed files with 5 additions and 4 deletions

View file

@ -2,6 +2,7 @@
//! `Context` is used for type inference and type checking.
pub mod cache;
pub mod compare;
pub mod eval;
pub mod hint;
pub mod initialize;
pub mod inquire;