From 928a3358483f60db84dc2918415882b35adc006b Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Thu, 14 Aug 2025 15:31:27 +0300 Subject: fix: removed obsolete code for handling types as they are now parsed directly to atoms --- src/sexp/display.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sexp/display.rs') diff --git a/src/sexp/display.rs b/src/sexp/display.rs index 9f54efe..ceab833 100644 --- a/src/sexp/display.rs +++ b/src/sexp/display.rs @@ -33,7 +33,6 @@ impl fmt::Display for SLeaf { Fun => "fn".to_string(), Case => "case".to_string(), Ty(t) => t.to_string(), - Arr => "->".to_string(), Nil => "()".to_string(), }) } -- cgit v1.2.3