summaryrefslogtreecommitdiff
path: root/test/ab.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/ab.adb
parent25164ac09136d378d21411b9e47fededa4352594 (diff)
Prelude combined into base, lazy Conjunct kinda working but still loops in some circumstances
Diffstat (limited to 'test/ab.adb')
-rw-r--r--test/ab.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ab.adb b/test/ab.adb
index 5df34e2..3ca2fee 100644
--- a/test/ab.adb
+++ b/test/ab.adb
@@ -23,7 +23,7 @@ procedure AB is
package InPrin is new InKomp.Pretty_Print (Integer'Image);
use InPrin;
- Verse : Mu_World := Empty_Mu_World;
+ Verse : World := Empty_World;
Ref : Term;
begin