agentm/project-m36

Consider making a library of relational shortcuts

Open

#42 创建于 2016年8月31日

在 GitHub 查看
 (21 评论) (0 反应) (1 负责人)Haskell (46 fork)batch import
help wanted

仓库指标

Star
 (776 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Typing out the relational algebra operators can be tedious. We could make it less tedious by integrating with Haskell language features such as infix operators for binary operators and optionally tighter type checking (with attribute names) for common cases. Examine vinyl-records for type-checking.

贡献者指南