haskell-nix/hnix

Check lazyness of datastructures

开放

#1,057 创建于 2022年2月10日

 (0 条评论) (0 个反应) (0 位负责人)Nix (116 个派生)github user discovery
good first issue

仓库指标

星标
 (837 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南