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
1e913bcc
Commit
1e913bcc
authored
Feb 20, 2017
by
POTTIER Francois
Browse files
System F demo: do not generate a [reduce] visitor.
parent
503fef7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
demos/system-F-type/F.cppo.ml
View file @
1e913bcc
...
...
@@ -43,7 +43,6 @@ and TERM =
visitors
{
variety
=
"iter"
;
ancestors
=
[
"BindingForms.iter"
]
}
,
visitors
{
variety
=
"map"
;
ancestors
=
[
"BindingForms.map"
]
}
,
visitors
{
variety
=
"endo"
;
ancestors
=
[
"BindingForms.endo"
]
}
,
visitors
{
variety
=
"reduce"
;
ancestors
=
[
"BindingForms.reduce"
]
}
,
visitors
{
variety
=
"iter2"
;
ancestors
=
[
"BindingForms.iter2"
]
}
]
(* Type abbreviations. *)
...
...
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