Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

パッケージをいくつか追加 #1

Merged
merged 2 commits into from
Aug 25, 2019

Conversation

minoki
Copy link
Contributor

@minoki minoki commented Aug 24, 2019

現在のAtCoder環境で使えるパッケージ:

  • QuickCheck: コード中にテストを書けると便利?
  • deepseq: みんな大好きnormal form
  • parallel: AtCoder上では並列実行できなくても、ソースの互換性的な観点から
  • random: Haskell入門書とかではこちらの方がポピュラーな気がするので。初心者用
  • transformers: mtlにないトランスフォーマーがいくつかあるっぽい

新規:

  • integer-logarithms: 整数のlog2を計算するのに便利(固定長整数なら finiteBitSize x - countLeadingZeros x - 1 でできるけど……)
  • mono-traversable: ByteStringやUnboxed Vector等に対してFoldable, Traversable的なインターフェースを提供する

その他:

  • parsec-3.1.14.0 が出ているのでバージョンを上げようとしましたが GHC 8.6.5 付属の parsec-3.1.13.0 と衝突するっぽいので parsec-3.1.13.0 のままにしました

@waddlaw waddlaw self-requested a review August 25, 2019 05:04
@waddlaw waddlaw merged commit 213d5e8 into haskell-jp:master Aug 25, 2019
@waddlaw
Copy link
Collaborator

waddlaw commented Aug 25, 2019

ありがとうございます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants