An F# code library for pure functional programming... and much more!

2 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement an iterator function (`iter`) for all collection types within the Prime F# library (UList, UMap, USet, SArray, SList, SHashSet, SDictionary). This function should provide a consistent way to iterate over the elements of each collection type.

Complexity: 4/5
enhancement good first issue

An F# code library for pure functional programming... and much more!

F#

AI Summary: Modify the Prime F# library's collection types (UList, UMap, USet) to publicly expose their internal Comparer and Config properties, eliminating the need for explicit getter functions like `UMap.getComparer`. This involves updating the class definitions and potentially adjusting related functions to maintain consistency.

Complexity: 3/5
enhancement good first issue

An F# code library for pure functional programming... and much more!

F#