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
C
cduce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cduce
cduce
Commits
35b509e5
Commit
35b509e5
authored
Jul 10, 2007
by
Pietro Abate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[r2002-10-10 22:29:33 by cvscast] Empty log message
Original author: cvscast Date: 2002-10-10 22:29:33+00:00
parent
17cea675
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
types/IDEAS
types/IDEAS
+10
-0
No files found.
types/IDEAS
View file @
35b509e5
- Define a 'widening functions' (types -> types) such two
equivalent types become physically equal
- Cache typing derivations, to avoid duplicating work when typing
invariant parts of overloaded functions. One has to restrict
the typing environment to the set of free variables for the
expression, and compare it to previous typing of this expression;
if the same environment has been used before, reuse the result.
Need to benchmark and define heuristics to know when to apply
this mechanism => empirical.
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