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