dependent-hashmap icon indicating copy to clipboard operation
dependent-hashmap copied to clipboard

Dependent hash maps

Results 3 dependent-hashmap issues
Sort by recently updated
recently updated
newest added

The minimal changes required to get the test suite to build and pass. Tested with GHC 9.4.8.

This library fails to compile under GHC 9.12.2 with the following error: ``` [1 of 2] Compiling Data.Dependent.HashMap ( src/Data/Dependent/HashMap.hs, dist/build/Data/Dependent/HashMap.o, dist/build/Data/Dependent/HashMap.dyn_o ) src/Data/Dependent/HashMap.hs:70:5: error: [GHC-87543] Ambiguous occurrence ‘foldl'’. It...