mirror of https://github.com/rm-dr/daisy
Minor cleanup
parent
8b1d0a23b0
commit
078fc12c5e
|
@ -1,10 +1,10 @@
|
|||
mod operator;
|
||||
mod function;
|
||||
mod constant;
|
||||
mod evaluate;
|
||||
|
||||
pub use self::evaluate::evaluate;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum EvalError {
|
||||
BadMath,
|
||||
TooBig,
|
||||
|
|
Loading…
Reference in New Issue