B-Lang-org/bsc

Utils.hs contains a lot of reimplementations of Prelude functions

Open

#58 opened on Feb 14, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (178 forks)batch import
good first issue

Repository metrics

Stars
 (1,108 stars)
PR merge metrics
 (Avg merge 17d 1h) (18 merged PRs in 30d)

Description

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

Contributor guide