{ "schema": "ailang/v0", "name": "test_22b1_dup_b", "imports": [], "defs": [ { "kind": "type", "name": "MyInt", "ctors": [ { "name": "MkMyInt", "fields": [{ "k": "con", "name": "Int" }] } ] }, { "kind": "instance", "class": "Show", "type": { "k": "con", "name": "MyInt" }, "methods": [ { "name": "show", "body": { "t": "lit", "lit": { "kind": "str", "value": "from-b" } } } ] } ] }