aboutsummaryrefslogtreecommitdiffstats
path: root/src/library.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/library.rs')
-rw-r--r--src/library.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/library.rs b/src/library.rs
index 4c3a8c1..9764ad5 100644
--- a/src/library.rs
+++ b/src/library.rs
@@ -3,9 +3,10 @@ use itertools::{Itertools, izip};
use serde::{Deserialize, Serialize};
use std::fmt;
-use crate::{
- ConcreteNode, Dimension, Dimension::*, FloatPrecision::*, ScalarType, ScalarType::*, Type,
- Type::*, TypeSignature,
+use crate::node::ConcreteNode;
+use crate::types::{
+ Dimension, Dimension::*, FloatPrecision::*, ScalarType, ScalarType::*, Type, Type::*,
+ TypeSignature,
};
const GEN_F_TYPES: [Type; 4] = [