Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alphaLib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
POTTIER Francois
alphaLib
Commits
7772ceb8
Commit
7772ceb8
authored
Feb 21, 2017
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed comments about [lookup].
parent
b47d2fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/BindingFormsAbs.ml
src/BindingFormsAbs.ml
+6
-6
No files found.
src/BindingFormsAbs.ml
View file @
7772ceb8
...
@@ -18,9 +18,9 @@ type ('bn, 'term) abs =
...
@@ -18,9 +18,9 @@ type ('bn, 'term) abs =
define where the environment is enriched. *)
define where the environment is enriched. *)
(* These methods do not know the type of the environment, and do not know how
(* These methods do not know the type of the environment, and do not know how
it is enriched
or looked up; the latter task is delegated to the virtual
it is enriched
; the latter task is delegated to the virtual method
methods [extend] and [lookup]. The implementation of these methods is
[extend]. The implementation of this method is provided by separate
provided by separate
``kits''. *)
``kits''. *)
(* We need several varieties of visitors, which is a bit painful. As of now,
(* We need several varieties of visitors, which is a bit painful. As of now,
[iter], [map], [endo], [iter2] are required: see [ToolboxInput]. *)
[iter], [map], [endo], [iter2] are required: see [ToolboxInput]. *)
...
@@ -30,9 +30,9 @@ type ('bn, 'term) abs =
...
@@ -30,9 +30,9 @@ type ('bn, 'term) abs =
construct in a single type definition and still be able to construct
construct in a single type definition and still be able to construct
well-typed visitors. *)
well-typed visitors. *)
(* The virtual method
s [extend] and [lookup] are not polymorphic in the typ
es
(* The virtual method
[extend] is not polymorphic in the types of bound nam
es
of bound names and environments. On the contrary, each kit comes with
and environments. On the contrary, each kit comes with certain specific
certain specific
types of bound names and environments. *)
types of bound names and environments. *)
(* -------------------------------------------------------------------------- *)
(* -------------------------------------------------------------------------- *)
...
...
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