agentm/project-m36

Consider making a library of relational shortcuts

Open

#42 geöffnet am 31. Aug. 2016

Auf GitHub ansehen
 (21 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Haskell (46 Forks)batch import
help wanted

Repository-Metriken

Stars
 (776 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide