uber/queryparser

Name structures don't support NFData instances

开放

#15 创建于 2017年12月9日

 (0 条评论) (0 个反应) (0 位负责人)Haskell (145 个派生)batch import
good first issue

仓库指标

星标
 (1,079 个星标)
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.

贡献者指南