agentm/project-m36

Implement "WITH" relvar macro

Open

#57 创建于 2016年11月28日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)Haskell (46 fork)batch import
help wanted

仓库指标

Star
 (776 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南