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/fivesix.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/fivesix.adb') diff --git a/test/fivesix.adb b/test/fivesix.adb index b8046af..3eabf6a 100644 --- a/test/fivesix.adb +++ b/test/fivesix.adb @@ -23,8 +23,8 @@ procedure FiveSix is package InPrin is new InKomp.Pretty_Print (Integer'Image); use InPrin; - Fives, Sixes : Mu_World := Empty_Mu_World; - Result : Mu_World; + Fives, Sixes : World := Empty_World; + Result : World; begin -- cgit