From c9e156fdc3449d1cbc9dac4176cc460f6462ef18 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 12 Nov 2025 20:34:24 +1300 Subject: Prelude now derives its own World so dot notation works for those subprograms --- 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 b34f255..8bce15e 100644 --- a/test/pprint.adb +++ b/test/pprint.adb @@ -50,7 +50,7 @@ begin TIO.New_Line; - TIO.Put_Line (Image (Empty_World)); + TIO.Put_Line (Image (Empty_Mu_World)); end PPrint; -- cgit