Split out some modules

This commit is contained in:
Richard Feldman 2019-02-02 16:09:10 -10:00
parent e05230519e
commit 01cd0cfbe1
7 changed files with 87 additions and 66 deletions

View file

@ -5,6 +5,11 @@
// pub mod repl;
pub mod solve;
mod expr;
mod constrain;
mod canonical;
mod name;
mod typ;
mod ena;
#[macro_use]