summaryrefslogtreecommitdiff
path: root/src/compute/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-01 15:13:04 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-01 15:13:04 +0200
commite676ab53ddbab367179ee2ab214bb41ff2ee0c11 (patch)
treef003f6eb6698494310da5771249bbb61a8da27a0 /src/compute/mod.rs
parent7c12f0c07f9d4ed473027dbd00cbbc00e4a3050c (diff)
Rename compute to eval ✏
Diffstat (limited to 'src/compute/mod.rs')
-rw-r--r--src/compute/mod.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/compute/mod.rs b/src/compute/mod.rs
deleted file mode 100644
index 8f2226b1..00000000
--- a/src/compute/mod.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-//! Building blocks for the computational part.
-
-mod dict;
-mod scope;
-mod value;
-
-pub use dict::*;
-pub use scope::*;
-pub use value::*;