agentm/project-m36

Consider making a library of relational shortcuts

Open

#42 ouverte le 31 août 2016

Voir sur GitHub
 (21 commentaires) (0 réactions) (1 assigné)Haskell (46 forks)batch import
help wanted

Métriques du dépôt

Stars
 (776 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur