From 06798d622327707ca3f3b42d65fc3d1a25ae3c57 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sun, 10 Aug 2025 18:38:49 +0300 Subject: Added term level type literals (for function type signatures) --- 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 ab9d38a..18c9926 100644 --- a/src/type/subst.rs +++ b/src/type/subst.rs @@ -45,6 +45,7 @@ impl Type { VecType => VecType, LetType => LetType, NilType => NilType, + TypeLit => TypeLit, } } -- cgit v1.2.3