From 72faae829a789664eedbda930cf815663c41c591 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 15 Nov 2025 08:03:12 +1300 Subject: Prelude combined into base, lazy Conjunct kinda working but still loops in some circumstances --- test/pprint.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pprint.adb') diff --git a/test/pprint.adb b/test/pprint.adb index 8bce15e..b34f255 100644 --- a/test/pprint.adb +++ b/test/pprint.adb @@ -50,7 +50,7 @@ begin TIO.New_Line; - TIO.Put_Line (Image (Empty_Mu_World)); + TIO.Put_Line (Image (Empty_World)); end PPrint; -- cgit