haskell-nix/hnix
Add typing information for all builtins (revisit after #1016)
Open
#294 opened on May 4, 2018
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]