From f342289cb373a0760196515a274efd5d9eb8e85c Mon Sep 17 00:00:00 2001 From: haxala1r Date: Thu, 6 Nov 2025 23:29:38 +0300 Subject: [PATCH] Revert "Minor changes" This reverts commit 6243ace80bf3b1ed75efbe95303677994aa7d893. --- lib/ast.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ast.ml b/lib/ast.ml index 0319ca7..c954c1d 100644 --- a/lib/ast.ml +++ b/lib/ast.ml @@ -60,8 +60,6 @@ let reduce init f = | _ -> invalid_arg "cannot reduce over non-list!" in aux init - - let rec dbg_print_one v = let pf = Printf.sprintf in match v with