From 5934682107e170400ba987ba814949f051e04a51 Mon Sep 17 00:00:00 2001 From: Qexat <43090614+qexat@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:30:20 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20`parenthesize=5Fif`=20completely=20May?= =?UTF-8?q?be=20I=20should=20try=20building=20before=20pushing=20?= =?UTF-8?q?=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansifmt.opam | 2 +- lib/Prelude.ml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ansifmt.opam b/ansifmt.opam index fdd4b8d..171bda1 100644 --- a/ansifmt.opam +++ b/ansifmt.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.2.0b4" +version: "0.2.0" synopsis: "A simple, lightweight library for ANSI formatting" description: "A simple, lightweight library for ANSI formatting with powerful features such as a tokenization-based system for pretty-printing code in the terminal." diff --git a/lib/Prelude.ml b/lib/Prelude.ml index 2ef77dc..93d9574 100644 --- a/lib/Prelude.ml +++ b/lib/Prelude.ml @@ -4,5 +4,4 @@ type stylizer = Formatting.Stylizer.t let make_styling = Styling.create let format = Formatting.Util.format -let parenthesize_if = Formatting.Util.parenthesize_if let print_formatted = IO.print_formatted