diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-12-19 21:51:48 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-12-19 21:51:48 +1300 |
| commit | 0188dfb4d373cc8570222496f7d04cd3ae2774f3 (patch) | |
| tree | 98114dd37c04cf26e22dfa33d3ca2c28294983b8 /src/kompsos-pretty_print.ads | |
| parent | ef52c89133ced2c19dca45eac09fe09ae5c8c7c9 (diff) | |
Diffstat (limited to 'src/kompsos-pretty_print.ads')
| -rw-r--r-- | src/kompsos-pretty_print.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kompsos-pretty_print.ads b/src/kompsos-pretty_print.ads index 19da0af..653858b 100644 --- a/src/kompsos-pretty_print.ads +++ b/src/kompsos-pretty_print.ads @@ -35,14 +35,14 @@ package Kompsos.Pretty_Print is return String; function Image - (Item : in World) + (Item : in Goal) return String; function Structure_DOT - (This : in World; + (This : in Goal; Name : in String := "") return String; @@ -60,7 +60,7 @@ private package DOT_Node_Maps is new Ada.Containers.Ordered_Maps - (Key_Type => World_Component_Access, + (Key_Type => Goal_Component_Access, Element_Type => Long_Natural); |
