-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: split array schema builder behavior
Defining an array schema with a single element is semantically different from defining an array of one element: the former represents a homogeneous list, the latter a tuple of one element. This change split the builder in order to expose this differentiated behavior.
- Loading branch information
1 parent
270d1f2
commit 617c9fc
Showing
4 changed files
with
1,108 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.