AndrasKovacs/elaboration-zoo
Minimal implementations for dependent type checking and elaboration
HaskellBSD-3-Clause
Issues
- 2
What does `A[spine]` mean?
#35 opened by hirrolot - 4
Why do we ignore the type while checking a hole?
#38 opened by hirrolot - 11
Documentation of `PartialRenaming`
#34 opened by hirrolot - 3
Is the implementation of `invert` correct?
#32 opened by BjoernLoetters - 14
How to add boolean elimination in the domain
#21 opened by atennapel - 2
- 4
General Recursion
#30 opened by onepunchtech - 1
Predicative type hierarchy
#27 opened by atennapel - 5
Stick to strict pattern unification
#18 opened by AndrasKovacs - 7
What is the need for InsertedMeta?
#28 opened by atennapel - 7
- 6
Unification of decoding functions
#26 opened by atennapel - 15
Adding primitives
#23 opened by atennapel - 8
- 2
Should types be unified when unifying lambdas?
#24 opened by atennapel - 2
Making lambda the only binder
#22 opened by atennapel - 1
Axiom for induction for church encoding
#20 opened by atennapel - 6
- 3
Inferring annotated lambdas
#14 opened by atennapel - 3
Implicit lambda insertion with deBruijn
#17 opened by atennapel - 0
How to evaluate primitive induction principles?
#15 opened by atennapel - 1
Eta reduction in evaluation
#13 opened by atennapel - 1
- 45
Anything new?
#7 opened by ice1000 - 0
- 6
What is the unification algorithm lacking in order to handle application of a meta?
#10 opened by atennapel - 9
Metas with reference cells
#8 opened by atennapel - 2
- 2
- 2
- 2
Shouldn't the elaborated lambda abstractions be annotated with their parameter type?
#3 opened by atennapel - 4
Why this term fails to typecheck?
#2 opened by VictorTaelin