uber/queryparser

Name structures don't support NFData instances

Open

#15 创建于 2017年12月9日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Haskell (145 fork)batch import
good first issue

仓库指标

Star
 (1,079 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南