design-md-consolidation 3.4 fixup: align DESIGN.md ClassDef/InstanceDef JSON tags with ast.rs lowercase serde rename

This commit is contained in:
2026-05-10 12:53:36 +02:00
parent 4651fed5b7
commit 934a6e18e6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1382,7 +1382,7 @@ Three additive schema extensions; no existing module becomes invalid.
**`ClassDef`** — top-level definition kind, declares a class:
```
{ "kind": "ClassDef",
{ "kind": "class",
"name": "Show",
"param": "a",
"superclass": null,
@@ -1403,7 +1403,7 @@ sites) or an AST body (method is optional with the body as fallback).
**`InstanceDef`** — top-level definition kind, declares an instance:
```
{ "kind": "InstanceDef",
{ "kind": "instance",
"class": "Show",
"type": "Int",
"methods": [