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
d137d137
Commit
d137d137
authored
Feb 20, 2017
by
POTTIER Francois
Browse files
TODO.
parent
34cd89c1
Changes
1
Show whitespace changes
Inline
Side-by-side
TODO
View file @
d137d137
...
...
@@ -44,12 +44,11 @@ and possibly the various kinds of environments that we use.
Document the precondition and postcondition of every function.
Deal with more complex forms of binding.
How do we deal with forms where a name can have several binding occurrences?
e.g., or-patterns, join-calculus
let, let rec, multiple let, multiple let rec, telescopes
What about the distinction between expression types and pattern types?
Term mode versus pattern mode in Unbound.
------------------------------------------------------------------------------
TODO (POSSIBLY):
Change all of the macros to build objects on the fly instead of using classes?
Try dealing with binding and hash-consing at the same time.
...
...
@@ -57,13 +56,3 @@ Try dealing with suspended substitutions.
(As a distinct construct. Not necessarily at abstractions.)
Look at the visitors in Why3.
------------------------------------------------------------------------------
TODO (POSSIBLY):
Change all of the macros to build objects on the fly instead of using classes?
Avoid reduce, which is not tail recursive.
Use iter in [ba] and [fa].
That should save a constant factor in stack usage?
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