autotaker
と思っていま確認したら
最近のhaskell-platformはだいぶminimalな感じなんですね(hashableやregex、vectorが入っていない)
気のせいでした
気のせいでした
There is no current generic platform installer. We recommend using ghcup to install ghc and cabal-install, and following the instructions at haskellstack.org to install stack.
vector など、データ構造に着目して選ぶのはたしかに良いかもしれないですね。こういうのを自前で用意するのが競プロの醍醐味かもしれませんが
Data.List.sortが遅すぎて悲しくなるので vector-algorithms があってもいいかもしれない。あとは mwc-random ?しれっとGHC標準にData.Tree入ってるので幅優先探索が捗る
Data.Graph.topSortにはいつもお世話になっていますねstack setup 8.6.4がもう動くみたいですね。素晴らしい。