Skip to content

Instantly share code, notes, and snippets.

@mmyoji
Last active April 21, 2023 03:50
Show Gist options
  • Save mmyoji/3ac990f39e73adceee753c59fdc4f2ff to your computer and use it in GitHub Desktop.
Save mmyoji/3ac990f39e73adceee753c59fdc4f2ff to your computer and use it in GitHub Desktop.
Note: "Domain Modeling Made Functional"
// 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