commit | 06f56ee1e90861d6af1882202baf02e31646510a | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel.jakob@epfl.ch> | Thu Apr 28 16:25:24 2016 +0200 |
committer | Wenzel Jakob <wenzel.jakob@epfl.ch> | Thu Apr 28 17:49:46 2016 +0200 |
tree | 9c941b0e74a546eaab73375dbc748b6cbd0b3fd7 | |
parent | f64feaf3e49d53b1ed918ae5db3a16c96393b556 [diff] [blame] |
opaque type redesign
diff --git a/example/example14.ref b/example/example14.ref index 63c46b7..7c67b38 100644 --- a/example/example14.ref +++ b/example/example14.ref
@@ -1,9 +1,12 @@ Opaque list: [Element 1, Element 2] Back element is Element 2 +1/2 : Element 1 +2/2 : Element 2 Opaque list: [Element 1] Opaque list: [] Opaque list: [Element 1, Element 3] Got void ptr : 1234 None Got null str : 0 -[u'some value'] +<example.StringList object at 0x104a47500> +Opaque list: [some value]