diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-15 08:03:12 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-11-15 08:03:12 +1300 |
| commit | 72faae829a789664eedbda930cf815663c41c591 (patch) | |
| tree | 53d9c1fe6149b1e0c57bb12a6aab90d494da4455 /test/pprint.adb | |
| parent | 25164ac09136d378d21411b9e47fededa4352594 (diff) | |
Prelude combined into base, lazy Conjunct kinda working but still loops in some circumstances
Diffstat (limited to 'test/pprint.adb')
| -rw-r--r-- | test/pprint.adb | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
