diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-05 00:02:13 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-05 00:02:13 +0300 |
commit | 0d9c5b7fd7dec374ec357581f721f5cdc828b7ae (patch) | |
tree | 132905830677e7170c03210f8b849dd43040aee6 /src/type/mod.rs | |
parent | fdae943090463526423f5e43e72cd2f0e8147a1b (diff) | |
download | myslip-0d9c5b7fd7dec374ec357581f721f5cdc828b7ae.tar.gz myslip-0d9c5b7fd7dec374ec357581f721f5cdc828b7ae.zip |
Changed project name
Diffstat (limited to 'src/type/mod.rs')
-rw-r--r-- | src/type/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type/mod.rs b/src/type/mod.rs index 2454f31..8761cee 100644 --- a/src/type/mod.rs +++ b/src/type/mod.rs @@ -60,7 +60,7 @@ impl Type { /// /// **Examples** /// ```rust - /// use melisp::r#type::{*, Type::*, TypeError::*, util::*}; + /// use myslip::r#type::{*, Type::*, TypeError::*, util::*}; /// /// assert_eq!(Integer.is_concrete(), Ok(())); /// assert_eq!( |