index
:
mechanicals
main
Various implementations of the lambda calculus and friends.
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stlc-dll.rkt
Commit message (
Collapse
)
Author
Age
*
minor identifier changes
JJ
2024-10-24
|
*
split lib into lib and base; move tests to separate files & directory
JJ
2024-07-29
|
*
stlc-dll, stlc-ext: split term and type equality
JJ
2024-07-27
|
*
backport check case reduction
JJ
2024-07-27
|
*
stlc-dll: cut back on cases and remove max-level
JJ
2024-07-26
|
*
stlc-dll: rewrite level-body and implement well-formed
JJ
2024-07-26
|
*
backport check refactorings
JJ
2024-07-16
|
*
stlc-dll: rework infer and check to operate on and return normalized types
JJ
2024-07-04
|
*
stlc-dll: rename interpret-, remove optional parameters
JJ
2024-07-04
|
*
stlc-dll: reduce annotations on tests, reimplement doubly linked lists
JJ
2024-06-29
|
*
stlc-dll: add back check cases, inline and fix replace, implement well-formed
JJ
2024-06-29
|
*
stlc-dll: rename infer- and check-
JJ
2024-06-29
|
*
stlc-dll: significantly reduce cases in check by calling over to infer ↵
JJ
2024-06-29
|
|
|
|
whenever possible
*
stlc-dll: require inl/inr to be externally annotated
JJ
2024-06-28
|
*
stlc-dll: expand types properly, support unannotated folds, write tests
JJ
2024-06-24
|
*
stlc-dll: major bugfixes
JJ
2024-06-24
|
*
broadly switch to infix operators
JJ
2024-06-21
|
*
stlc-dll: initial implementation
JJ
2024-06-20