Progress mostly on atom repr
This commit is contained in:
6
orchid-extension/src/system.rs
Normal file
6
orchid-extension/src/system.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use orchid_api::expr::Expr;
|
||||
|
||||
pub trait System: Send {
|
||||
fn consts(&self) -> Expr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user