From 78751b29953f786878549955c050ba38cb514d52 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Mon, 4 Aug 2025 01:22:15 +0300 Subject: Implemented generic substitution (tested) for use in inferring generics. --- src/type/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/type/mod.rs') diff --git a/src/type/mod.rs b/src/type/mod.rs index 6c4be97..37081a1 100644 --- a/src/type/mod.rs +++ b/src/type/mod.rs @@ -3,6 +3,7 @@ pub mod util; pub mod display; pub mod check; +pub mod subst; use crate::sexp::SExp; -- cgit v1.2.3