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
c98487ad
Commit
c98487ad
authored
Feb 20, 2017
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comments.
parent
1c919cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
src/BindingForms.ml
src/BindingForms.ml
+8
-7
No files found.
src/BindingForms.ml
View file @
c98487ad
...
...
@@ -33,20 +33,21 @@ type ('bn, 't, 'u) telescope =
where the environment is enriched. *)
(* These classes do not know the type of the environment, and do not know how
it is enriched
; the latter task is delegated to virtual methods, such as
[extend] and [restrict]. The implementation of these methods is provided
by separate ``kits''. *)
it is enriched
or looked up; the latter task is delegated to the virtual
methods [extend] and [lookup]. The implementation of these methods is
provided
by separate ``kits''. *)
(* We need one class per variety of visitor, which is a bit painful. *)
(* We need several varieties of visitor, which is a bit painful. As of now,
[iter], [map], [endo], [iter2] are required: see [ToolboxInput]. *)
(* The method [visit_abs] is polymorphic in the type of terms. This is
important, as it means that one can use several instances of [abs] in a
single type definition and still be able to construct well-typed
visitors. *)
(* The virtual methods [extend] and [
restrict] are not polymorphic in the
types of bound names and environments. On the contrary, each kit comes
with
certain specific types of bound names and environments. *)
(* The virtual methods [extend] and [
lookup] are not polymorphic in the types
of bound names and environments. On the contrary, each kit comes with
certain specific 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