diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-12 18:51:32 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2026-01-12 18:51:32 +1300 |
| commit | 616f41d15009b1133cbdc14bace6ab84f1325921 (patch) | |
| tree | 1b0e6c6f3170588bd544c0300b2ef41e0d0fabe8 /src/kompsos-pretty_print.ads | |
| parent | d39d7f30fa897a0c12c6be8b5d2c6a122336f267 (diff) | |
Removed Nametags and identifier aliasing for Variables
Diffstat (limited to 'src/kompsos-pretty_print.ads')
| -rw-r--r-- | src/kompsos-pretty_print.ads | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kompsos-pretty_print.ads b/src/kompsos-pretty_print.ads index 653858b..23c525e 100644 --- a/src/kompsos-pretty_print.ads +++ b/src/kompsos-pretty_print.ads @@ -18,6 +18,8 @@ generic package Kompsos.Pretty_Print is + -- Datatype->String Conversion -- + function Image (Item : in Integer) return String; @@ -39,7 +41,7 @@ package Kompsos.Pretty_Print is return String; - + -- Graphviz DAG Of Tomorrow -- function Structure_DOT (This : in Goal; |
