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 (145 forks)batch import
good first issue

Repository metrics

Stars
 (1,079 stars)
PR merge metrics
 (No merged PRs in 30d)

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