aboutsummaryrefslogtreecommitdiff
path: root/src/type/subst.rs
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.kronqvist@iki.fi>2025-08-05 00:02:13 +0300
committerJoel Kronqvist <joel.kronqvist@iki.fi>2025-08-05 00:02:13 +0300
commit0d9c5b7fd7dec374ec357581f721f5cdc828b7ae (patch)
tree132905830677e7170c03210f8b849dd43040aee6 /src/type/subst.rs
parentfdae943090463526423f5e43e72cd2f0e8147a1b (diff)
downloadmyslip-0d9c5b7fd7dec374ec357581f721f5cdc828b7ae.tar.gz
myslip-0d9c5b7fd7dec374ec357581f721f5cdc828b7ae.zip
Changed project name
Diffstat (limited to 'src/type/subst.rs')
-rw-r--r--src/type/subst.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type/subst.rs b/src/type/subst.rs
index 6e92584..1774770 100644
--- a/src/type/subst.rs
+++ b/src/type/subst.rs
@@ -8,7 +8,7 @@ impl Type {
/// named `name` with the given type `value`
/// in the type.
/// ```rust
- /// use melisp::r#type::{Type::*, util::*};
+ /// use myslip::r#type::{Type::*, util::*};
///
/// assert_eq!(
/// List(vec![Integer, arr(Integer, VarType("A".to_string())), VarType("B".to_string())])