B-Lang-org/bsc
Utils.hs contains a lot of reimplementations of Prelude functions
オープン
#58 opened on 2020/02/14
good first issue
Repository metrics
- Stars
- (1,108 個のスター)
- PR merge metrics
- (平均マージ 17d 1h) (30d で 18 merged PRs)
説明
A reminder to myself to come back and clean these up. For example:
- unwordsWith is Data.List.intercalate
- makePairs is zip
- pair is uncurry
- isLeft, isRight are already in Data.Either