Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
alphaLib
Commits
80c14000
Commit
80c14000
authored
Feb 16, 2017
by
POTTIER Francois
Browse files
Do not generate a [reduce] visitor.
parent
d6adcc50
Changes
1
Hide whitespace changes
Inline
Side-by-side
demos/basic/Term.ml
View file @
80c14000
...
...
@@ -17,9 +17,6 @@ type ('bn, 'fn) term =
visitors
{
variety
=
"endo"
;
public
=
[
"visit_term"
];
ancestors
=
[
"BindingForms.endo"
]
}
,
visitors
{
variety
=
"reduce"
;
public
=
[
"visit_term"
];
ancestors
=
[
"BindingForms.reduce"
]
}
,
visitors
{
variety
=
"iter2"
;
public
=
[
"visit_term"
];
ancestors
=
[
"BindingForms.iter2"
]
}
...
...
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