ClassyPrelude โ€“ Alternative prelude for Haskell

1 ยท Shane Mulligan ยท Nov. 26, 2019, 11 a.m.
Sources https://hackage.haskell.org/package/classy-prelude New stuff Text Lots of things use Text instead of String. Note that show returns a String. To get back Text, use tshow. other functionality exceptions package system-filepath convenience functions whenM, unlessM hashNub and ordNub (efficient nub implementations). Automate ClassyPrelude ghci repl extend the ghci-alternative-prelude script. Symlink as classy-prelude 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25...