design-md-consolidation 3.4 fixup: align DESIGN.md ClassDef/InstanceDef JSON tags with ast.rs lowercase serde rename
This commit is contained in:
+2
-2
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user