haskell-nix/hnix

Check lazyness of datastructures

オープン

#1,057 opened on 2022/02/10

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Nix (116 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (835 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド