//arrow-core/arrow.core/NonEmptyList/NonEmptyList
common fun <out A> NonEmptyList(head: A, tail: List<A>)
Do you like Arrow?