haskell-nix/hnix

Add typing information for all builtins (revisit after #1016)

Open

#294 opened on May 4, 2018

 (15 comments) (4 reactions) (0 assignees)Nix (116 forks)github user discovery
builtinsgood first issuehelp wanted

Repository metrics

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

Description

For example, builtins.add would have the type: TMany [typeInt ~> typeInt, typeInt ~> typeFloat, typeFloat ~> typeInt, typeFloat ~> typeFloat]

Contributor guide