Module with aliases for the different collection types so you can type
foo : NotEmpty.List Int
instead of
foo : NotEmpty.List.List Int
List a
Alias for NotEmpty.List.List
Array a
Alias for NotEmpty.Array.Array
Dict key value
Alias for NotEmpty.Dict.Dict
Set a
Alias for NotEmpty.Set.Set
String
Alias for NotEmpty.String.String