Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
a7f76a2c
Commit
a7f76a2c
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2005-02-28 15:45:35 by cmiachon] bug corrected in where clause on binaries operators
Original author: cmiachon Date: 2005-02-28 15:45:35+00:00
parent
99f6b60a
Changes
1
Hide whitespace changes
Inline
Side-by-side
query/query.ml
View file @
a7f76a2c
...
...
@@ -162,7 +162,7 @@ match x with
LocatedExpr
(
_
,
x
)
->
var_of_pexpr
x
|
Var
(
s
)
->
[
ident
s
]
|
Pair
(
e1
,
e2
)
->
var_of_pexpr
e1
@
var_of_pexpr
e2
|
Apply
(
e1
,
e2
)
->
var_of_pexpr
e2
|
Apply
(
e1
,
e2
)
->
var_of_pexpr
e1
@
var_of_pexpr
e2
|
Transform
(
e
,_
)
->
var_of_pexpr
e
|
Match
(
e
,_
)
->
var_of_pexpr
e
|
Map
(
e
,_
)
->
var_of_pexpr
e
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment