uber/queryparser

Name structures don't support NFData instances

Open

#15 opened on Dec 9, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (1,079 stars) (145 forks)batch import
good first issue

Description

Since our queries and catalogs can get large, we should have controls over strictness, including using deepseq. Currently, that is not supported.

Contributor guide