© 2026 Hedgehog Software, LLC
Foo: Schema<A, I> Bar: Schema<B, J> encode: (bar: B) => A decode: (foo: A) => B
Schema<B, A>
Schema<B, I>