Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Generate a schema for `a` + Generate a schema with the `null` type + Combine both schemas with a `oneOf` to emulate `Maybe a` + Follows behaviour of other `Maybe` instances, e.g., `ToJSON`
- Loading branch information