From c121f20620499e9b7c497c82c7321474cbf59e1d Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sun, 10 Aug 2025 14:36:02 +0300 Subject: Implemented aka. Changed Nil:st type to NilType from an empty list. --- src/type/subst.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/type/subst.rs') diff --git a/src/type/subst.rs b/src/type/subst.rs index 3ee4260..ab9d38a 100644 --- a/src/type/subst.rs +++ b/src/type/subst.rs @@ -44,6 +44,7 @@ impl Type { QuoteTy => QuoteTy, VecType => VecType, LetType => LetType, + NilType => NilType, } } -- cgit v1.2.3