Progress mostly on atom repr

This commit is contained in:
2024-05-12 13:30:00 +02:00
parent bc3b10674b
commit 7ad4fe96d1
10 changed files with 212 additions and 137 deletions

View File

@@ -0,0 +1,6 @@
use orchid_api::expr::Expr;
pub trait System: Send {
fn consts(&self) -> Expr;
}