generalize . to a binary operator
This commit is contained in:
parent
8adc169b38
commit
8093498f2d
6 changed files with 26 additions and 26 deletions
Language/SQL/SimpleSQL
|
@ -47,12 +47,8 @@
|
|||
> | IntervalLit String String (Maybe Int)
|
||||
> -- | identifier without dots
|
||||
> | Iden Name
|
||||
> -- | identifier with one dot
|
||||
> | Iden2 Name Name
|
||||
> -- | star
|
||||
> -- | star, as in select *, t.*, count(*)
|
||||
> | Star
|
||||
> -- | star with qualifier, e.g t.*
|
||||
> | Star2 Name
|
||||
> -- | function application (anything that looks like c style
|
||||
> -- function application syntactically)
|
||||
> | App Name [ScalarExpr]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue