GitHub / snoyberg/basic-prelude issues and pull requests
#81 - Drop lifted-base
Pull Request -
State: closed - Opened by snoyberg over 7 years ago
- 1 comment
#80 - Miscellaneous changes
Pull Request -
State: closed - Opened by howsiwei over 7 years ago
- 2 comments
#79 - Remove nonexistent foldr' from Data.List hidings
Pull Request -
State: closed - Opened by howsiwei over 7 years ago
- 1 comment
#78 - Export "strict" `maximumBy` and `minimumBy`
Pull Request -
State: closed - Opened by howsiwei over 7 years ago
- 1 comment
#77 - Generalize all IO functions to MonadIO
Pull Request -
State: closed - Opened by howsiwei over 7 years ago
- 1 comment
#76 - Export applicative version of Foldable and Traversable functions
Pull Request -
State: closed - Opened by howsiwei over 7 years ago
- 1 comment
#75 - `MonadIO` for all read*, get* and put*?
Issue -
State: closed - Opened by howsiwei over 7 years ago
- 1 comment
#74 - Strict `minimum`, `maximum`, `minimumBy` and `maximumBy`?
Issue -
State: closed - Opened by howsiwei over 7 years ago
- 2 comments
#73 - Generalize `concat`, `concatMap` and `intercalate`?
Issue -
State: closed - Opened by howsiwei over 7 years ago
- 5 comments
#72 - Export `for`, `for_`, `traverse_` and `sequenceA_`
Issue -
State: closed - Opened by howsiwei over 7 years ago
- 1 comment
#71 - Remove read args, switch to safe-exceptions
Pull Request -
State: closed - Opened by snoyberg almost 9 years ago
- 6 comments
#70 - Generalizing sum and product to Foldable
Pull Request -
State: closed - Opened by kozross almost 9 years ago
- 2 comments
#69 - Provided ``sum`` is not general enough
Issue -
State: closed - Opened by kozross almost 9 years ago
- 4 comments
#68 - Generalize sum and product to Foldable
Pull Request -
State: closed - Opened by instinctive about 9 years ago
- 2 comments
#67 - ‘show’ is not a (visible) method of class ‘Show’
Issue -
State: closed - Opened by jparoz about 9 years ago
- 4 comments
#66 - Add Data.Bool.bool to CorePrelude.hs.
Pull Request -
State: closed - Opened by instinctive about 9 years ago
- 1 comment
#65 - Add asum, empty to CorePrelude
Pull Request -
State: closed - Opened by PierreR over 9 years ago
- 4 comments
#64 - `asum` missing
Issue -
State: closed - Opened by PierreR over 9 years ago
- 7 comments
#63 - Add flipped versions of $ and <$> - & and <&>
Pull Request -
State: closed - Opened by zyla about 10 years ago
- 2 comments
#62 - Needs GHC >= 7.6 due to Data.List.foldr'
Pull Request -
State: closed - Opened by bergmark about 10 years ago
- 1 comment
#61 - Export strict versions of generic fold functions
Pull Request -
State: closed - Opened by jml about 10 years ago
- 1 comment
#60 - Export Foldable and Traversable
Pull Request -
State: closed - Opened by jml about 10 years ago
- 5 comments
#59 - Add `terror`, a Text version of `error`
Pull Request -
State: closed - Opened by jml about 10 years ago
- 2 comments
#58 - Text version of error?
Issue -
State: closed - Opened by jml about 10 years ago
- 10 comments
#57 - Export Foldable and Traversable
Issue -
State: closed - Opened by jml about 10 years ago
- 10 comments
#56 - Export converters between FilePath <-> Text, String.
Pull Request -
State: closed - Opened by debug-ito over 10 years ago
- 6 comments
#55 - Generalise show function
Pull Request -
State: closed - Opened by d12frosted over 10 years ago
- 8 comments
#54 - Don't escape angle brackets
Pull Request -
State: closed - Opened by zoerb over 10 years ago
- 1 comment
#53 - Lazy versions don’t export instances
Issue -
State: closed - Opened by Profpatsch over 10 years ago
- 2 comments
#52 - Export IsList
Issue -
State: closed - Opened by acertain over 10 years ago
- 2 comments
#51 - add custom print function
Pull Request -
State: closed - Opened by d12frosted over 10 years ago
- 9 comments
#50 - treat putStr same as putStrLn
Pull Request -
State: closed - Opened by gregwebs almost 11 years ago
- 2 comments
#49 - Better exception handling
Issue -
State: closed - Opened by snoyberg about 12 years ago
- 8 comments
#48 - Export <|>
Pull Request -
State: closed - Opened by nikita-volkov over 12 years ago
#47 - Export advanced arrow functions
Pull Request -
State: closed - Opened by nikita-volkov over 12 years ago
#46 - Export >>>
Pull Request -
State: closed - Opened by nikita-volkov over 12 years ago
- 4 comments
#45 - Extended Kleisli combinators
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 3 comments
#44 - Export hash
Pull Request -
State: closed - Opened by nikita-volkov over 12 years ago
#43 - Add handle for exceptions
Pull Request -
State: closed - Opened by nikita-volkov over 12 years ago
#42 - "Down" for sorting
Pull Request -
State: closed - Opened by nikita-volkov over 12 years ago
- 9 comments
#41 - CorePrelude doesn't export any instances for LText and LByteString
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 3 comments
#40 - Restrict to packages portable across GHCs?
Issue -
State: closed - Opened by singpolyma over 12 years ago
#39 - Export IOError in CorePrelude
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 1 comment
#38 - Export `Data.Text.Encoding`
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 4 comments
#37 - Export `printf` for `Text`
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
#36 - empty clashes with Control.Applicative
Issue -
State: closed - Opened by singpolyma over 12 years ago
- 5 comments
#35 - Export Arrow combinators
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 7 comments
#34 - Export useful sorting and other utils from GHC.Exts
Pull Request -
State: closed - Opened by nikita-volkov over 12 years ago
- 5 comments
#33 - Export `String` in CorePrelude instead of BasicPrelude
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 2 comments
Labels: enhancement
#32 - Add `readMay` to BasicPrelude
Issue -
State: closed - Opened by DanBurton over 12 years ago
- 7 comments
Labels: enhancement
#31 - Conversion from `Text` to `String`
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 4 comments
Labels: enhancement
#30 - Export the `Data.Either` and `Data.Maybe` in whole
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 3 comments
Labels: enhancement
#29 - Export `Exception`-related stuff
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 12 comments
Labels: enhancement
#28 - Export a function to convert from `String` to `Text`
Issue -
State: closed - Opened by nikita-volkov over 12 years ago
- 11 comments
Labels: enhancement
#27 - Hackage's 'Prelude' category
Issue -
State: closed - Opened by neko-kai almost 13 years ago
- 1 comment
Labels: enhancement
#26 - Provide a 'bool' function in core prelude, similar in spirit to 'maybe' and 'either'
Issue -
State: closed - Opened by ajnsit almost 13 years ago
- 5 comments
Labels: enhancement, wontfix
#25 - Provide basic list splitting functions in basic prelude
Issue -
State: closed - Opened by ajnsit almost 13 years ago
- 8 comments
Labels: enhancement, wontfix
#24 - `oo`
Issue -
State: closed - Opened by singpolyma almost 13 years ago
- 2 comments
Labels: enhancement
#23 - mintercalate
Issue -
State: closed - Opened by singpolyma almost 13 years ago
- 6 comments
Labels: enhancement
#22 - Add `getArgs` to CorePrelude
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 11 comments
Labels: enhancement
#21 - I found this `sortWith` is used frequently, would you like to include it?
Pull Request -
State: closed - Opened by yihuang almost 13 years ago
- 2 comments
Labels: question
#20 - Solidify and release version 0.3
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 4 comments
#19 - Move list-specific functions out of CorePrelude
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 2 comments
Labels: enhancement
#18 - CorePrelude should export Read
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 1 comment
Labels: enhancement
#17 - Move `empty` and `concat` out of CorePrelude
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 6 comments
Labels: enhancement
#16 - Improve haddocks for BasicPrelude
Issue -
State: closed - Opened by DanBurton almost 13 years ago
Labels: enhancement
#15 - Prefer Foldable and Traversable classes to List stuff in BasicPrelude
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 5 comments
Labels: enhancement
#14 - map = fmap (in Basic, not Core)
Issue -
State: closed - Opened by singpolyma almost 13 years ago
- 3 comments
Labels: enhancement
#13 - Maybe these should not be in BasicPrelude?
Issue -
State: closed - Opened by singpolyma almost 13 years ago
- 3 comments
Labels: enhancement
#12 - Suggested additions
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 5 comments
Labels: enhancement
#11 - Add changelog to .cabal description
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 2 comments
Labels: enhancement
#10 - Migrate core exports from BasicPrelude to CorePrelude
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 6 comments
Labels: enhancement
#9 - Add Lazy HashMap and Unboxed Vector
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 2 comments
Labels: enhancement
#8 - BSD3 license?
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 2 comments
Labels: question
#7 - Provide a complete prelude, rename BasicPrelude?
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 6 comments
Labels: enhancement
#6 - map = fmap
Issue -
State: closed - Opened by TomMD almost 13 years ago
- 4 comments
Labels: enhancement, wontfix
#5 - Filesystem.Path.CurrentOS?
Issue -
State: closed - Opened by singpolyma almost 13 years ago
- 5 comments
Labels: question
#4 - empty = mempty
Issue -
State: closed - Opened by singpolyma almost 13 years ago
- 3 comments
Labels: enhancement
#3 - Word32
Issue -
State: closed - Opened by singpolyma almost 13 years ago
- 2 comments
Labels: enhancement
#2 - NoImplicitPrelude?
Issue -
State: closed - Opened by singpolyma almost 13 years ago
- 4 comments
Labels: enhancement, wontfix
#1 - Release version 0.1 to hackage!
Issue -
State: closed - Opened by DanBurton almost 13 years ago
- 4 comments