Parallelize next guess calculation

This commit is contained in:
Joscha 2018-09-20 19:05:48 +00:00
parent a97a4cfa08
commit 2a9f7c6f6b
2 changed files with 6 additions and 4 deletions

View file

@ -23,6 +23,7 @@ dependencies:
- base >= 4.7 && < 5
- containers
- haskeline
- parallel
- text
- transformers