Extending a Schema Defined by `S.Class`
How do I extend a schema defined by
Here's my code:
And when I run this, I get the following runtime error:
If I define
S.Class?Here's my code:
And when I run this, I get the following runtime error:
If I define
Quadruped as an S.Struct it works as expected.