diff options
Diffstat (limited to 'files/practicum/GenTreePrint.dcl')
-rw-r--r-- | files/practicum/GenTreePrint.dcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/practicum/GenTreePrint.dcl b/files/practicum/GenTreePrint.dcl new file mode 100644 index 0000000..b8c02b5 --- /dev/null +++ b/files/practicum/GenTreePrint.dcl @@ -0,0 +1,6 @@ +definition module GenTreePrint
+
+import StdClass
+import GenTree
+
+instance toString (GenTree a b) | toString a & toString b
|