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 (1,108 stars) (178 forks)batch import
good first issue

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