haskell-nix/hnix

Check lazyness of datastructures

Aperta

#1057 aperta il 10 feb 2022

 (0 commenti) (0 reazioni) (0 assegnatari)Nix (116 fork)github user discovery
good first issue

Metriche repository

Star
 (835 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

It is probably beneficial to default to Strict data types, before constructing the case to convert them to Lazy.

A number of places in the code use Lazy data types, which seems like by accident (do not remember any mentions why lazy containers are used).

A bunch of places probably use Lazy data structures, where Strict would be a better fit.

Guida contributor