Skip to content

Commit 022bad2

Browse files
authored
Update bibliography.rst
As requested!
1 parent 667eebe commit 022bad2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bibliography.rst

+4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ Type checker implementation
2121

2222
The type checker is based on Sestoft's description in `Programming Language Concepts`_. It uses Rémy's optimization_ of generalization, where type metavariables are assigned levels to avoid scanning the context at generalization time.
2323

24+
LVars have been used to `parallelize type checkers`_.
25+
2426
.. _Programming Language Concepts: https://www.itu.dk/~sestoft/plc/
2527

2628
.. _optimization: https://hal.inria.fr/inria-00077006/document
2729

30+
.. _parallelize type checkers: https://dl.acm.org/doi/10.1145/2851141.2851142
31+
2832

2933
Related Work
3034
------------

0 commit comments

Comments
 (0)