Last active
April 21, 2023 03:50
-
-
Save mmyoji/3ac990f39e73adceee753c59fdc4f2ff to your computer and use it in GitHub Desktop.
Note: "Domain Modeling Made Functional"
This file contains hidden or 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
// Chapter 6 | |
type NonEmptyArray<T> = [T, ...T[]]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment