agentm/project-m36

Consider making a library of relational shortcuts

Open

#42 opened on 2016年8月31日

GitHub で見る
 (21 comments) (0 reactions) (1 assignee)Haskell (46 forks)batch import
help wanted

Repository metrics

Stars
 (776 stars)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド