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
caff325c
Commit
caff325c
authored
Feb 21, 2017
by
POTTIER Francois
Browse files
Typos.
parent
d137d137
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/BindingFormsUnbound.ml
View file @
caff325c
...
...
@@ -216,7 +216,7 @@ class virtual ['self] map = object (self : 'self)
|
DoNotVisit
->
Obj
.
magic
()
(* [visit_
abstraction
] updates the enriched environment using the auxiliary
(* [visit_
rebind
] updates the enriched environment using the auxiliary
function [rebind]. *)
method
private
visit_rebind
:
'
env
'
p1
'
p2
.
...
...
@@ -225,7 +225,7 @@ class virtual ['self] map = object (self : 'self)
=
fun
visit_p
penv
p1
->
visit_p
(
rebind
penv
)
p1
(* A [recursive]
is
construct is visited in two successive phases. In the
(* A [recursive] construct is visited in two successive phases. In the
first phase, we use [Extend/DoNotVisit] mode, which means that the
[current] component of the enriched environment is extended, but nothing
else happens. The result of this phase is discarded. (It MUST be
...
...
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