agentm/project-m36

Consider making a library of relational shortcuts

Open

#42 aperta il 31 ago 2016

Vedi su GitHub
 (21 commenti) (0 reazioni) (1 assegnatario)Haskell (46 fork)batch import
help wanted

Metriche repository

Star
 (776 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor