B-Lang-org/bsc

Utils.hs contains a lot of reimplementations of Prelude functions

Aperta

#58 aperta il 14 feb 2020

 (0 commenti) (0 reazioni) (0 assegnatari)Haskell (178 fork)batch import
good first issue

Metriche repository

Star
 (1108 stelle)
Metriche merge PR
 (Merge medio 17g 1h) (18 PR mergiate in 30 g)

Descrizione

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

Guida contributor