summaryrefslogtreecommitdiff
path: root/src/kompsos-pretty_print.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-11-15 16:06:40 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-11-15 16:06:40 +1300
commit69514149fb1ddc17be744a883806e8bc3c8ebb7a (patch)
tree52ae7a59f4673145413e74b05fa80e9aafb6851b /src/kompsos-pretty_print.ads
parent72faae829a789664eedbda930cf815663c41c591 (diff)
Refactor of Terms that causes GNAT to STORAGE_ERROR
Diffstat (limited to 'src/kompsos-pretty_print.ads')
-rw-r--r--src/kompsos-pretty_print.ads10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kompsos-pretty_print.ads b/src/kompsos-pretty_print.ads
index ed9509a..bf0b9d7 100644
--- a/src/kompsos-pretty_print.ads
+++ b/src/kompsos-pretty_print.ads
@@ -14,6 +14,11 @@ package Kompsos.Pretty_Print is
function Image
+ (Item : in Variable)
+ return String;
+
+
+ function Image
(Item : in Term)
return String;
@@ -37,11 +42,6 @@ private
function Image
- (Item : in Variable)
- return String;
-
-
- function Image
(Item : in State)
return String;