Haz
Haz
It looks like the `Bool` module is not currently loaded in https://ocaml.org/play Repro: - open the playground - type in an expression that uses a `Stdlib.Bool` function, for example `Bool.not...
Is it currently possible to ignore child type and deserialize it just for the fact it's a child? Here's a minimal setup: ```kt val xml = XML { } @Serializable...
Problem: currently the exercise forces reliance on the `Base` API, which is fairly complicated. Learners are to be introduced to advanced features like [first-class modules], [polymorphic variants], phantom types, and...