summaryrefslogtreecommitdiff
path: root/test/fivesix.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-11-15 08:03:12 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-11-15 08:03:12 +1300
commit72faae829a789664eedbda930cf815663c41c591 (patch)
tree53d9c1fe6149b1e0c57bb12a6aab90d494da4455 /test/fivesix.adb
parent25164ac09136d378d21411b9e47fededa4352594 (diff)
Prelude combined into base, lazy Conjunct kinda working but still loops in some circumstances
Diffstat (limited to 'test/fivesix.adb')
-rw-r--r--test/fivesix.adb4
1 files changed, 2 insertions, 2 deletions
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