From 907bd54d19f6bf14a130a136df6f37cc5d256468 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Thu, 14 Aug 2025 14:02:27 +0300 Subject: feat: parsing of new types (T, (int ...), (int bool)) etc. also fixed bug in into_type (it didn't handle lists recursively) --- src/sexp/case.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sexp/case.rs') diff --git a/src/sexp/case.rs b/src/sexp/case.rs index d78f7ad..40310e4 100644 --- a/src/sexp/case.rs +++ b/src/sexp/case.rs @@ -1,5 +1,5 @@ -use crate::sexp::{SExp, SExp::*, SLeaf::*, util::*}; +use crate::sexp::{SExp, SExp::*, SLeaf::*}; impl SExp { /** -- cgit v1.2.3