Closed Natim closed 3 years ago
Fixes #27
Should probably be List.filterMap String.toInt (ie. List.map f >> List.filterMap identity is the same as List.filterMap f)
List.filterMap String.toInt
List.map f >> List.filterMap identity
List.filterMap f
Makes sense thanks :joy:
Thanks!
Fixes #27