agentm/project-m36

Implement "WITH" relvar macro

Open

#57 opened on Nov 28, 2016

View on GitHub
 (10 comments) (0 reactions) (0 assignees)Haskell (46 forks)batch import
help wanted

Repository metrics

Stars
 (776 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The TutorialD WITH macro allows the user to create a handy relvar macro useable for the duration of a single expression.

WITH (ct:=s{city,status}) : <relational expression>

The implementation of this feature may hint that we need to finally separate the AST from the execution ADT.

Contributor guide