From c629fac4297b8f13bdab00100f3b05549174154e Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Tue, 5 Aug 2025 11:40:00 +0300 Subject: Added boilerplate and tests for booleans, integer comparisons and boolean operators. --- src/type/subst.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/type/subst.rs') diff --git a/src/type/subst.rs b/src/type/subst.rs index 1774770..79c5fe1 100644 --- a/src/type/subst.rs +++ b/src/type/subst.rs @@ -39,6 +39,8 @@ impl Type { Integer => Integer, + Boolean => Boolean, + } } } -- cgit v1.2.3