From 3bb54f286387087342d19686f46888fa182e3ab4 Mon Sep 17 00:00:00 2001 From: benjaminjellis Date: Wed, 1 Apr 2026 11:47:52 +0100 Subject: [PATCH] feat: remove io/debug --- src/io.mond | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/io.mond b/src/io.mond index 4fd3e06..1a90c96 100644 --- a/src/io.mond +++ b/src/io.mond @@ -1,5 +1,2 @@ ;;; print a string followed by a newline (pub extern let println ~ (String -> Unit) mond_io_helpers/println) - -;;; debug-print any value using Erlang term syntax -(pub extern let debug ~ ('a -> Unit) erlang/display)