haskell-nix/hnix

Please, organize the `Expr` module

Open

#846 opened on Feb 9, 2021

 (0 comments) (0 reactions) (0 assignees)Nix (116 forks)github user discovery
good first issue

Repository metrics

Stars
 (835 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

After #842, the next (previous) core part of the project is the Expr. It has already has quite a good coverage of documentation, but the module is ~715 LOCs: Any of:

  • The organizational structure there obviously needed. Look at Value module and organize the Expr.
  • It may be documented along the way
  • Hook-it-up that to the Wiki design article.
  • And maybe #377. Disumburgate VarName etc..

Contributor guide