summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thread env through nztion to fix Foo/build closuresNadrieril2020-01-281-3/+11
* Fix all sorts of variable shenanigansNadrieril2020-01-281-1/+14
* Fix a bunch of bugs and more tckNadrieril2020-01-272-29/+45
* Moar typecheckNadrieril2020-01-251-145/+342
* More typecheckNadrieril2020-01-251-8/+231
* Enable comparing Closures for equalityNadrieril2020-01-251-1/+2
* Typecheck more casesNadrieril2020-01-251-53/+134
* Implement basic typecheck with new approachNadrieril2020-01-241-0/+147
* Implement basic env-based normalization for Value-based TyExprNadrieril2020-01-231-0/+8
* Simplify type error typeNadrieril2020-01-211-2/+1
* Reimplement basic tck/nze with proper environmentsNadrieril2020-01-201-7/+9
* Restore more types in value_to_tyexprNadrieril2020-01-192-1/+15
* Add Expr visitor and improve tyexpr_to_exprNadrieril2020-01-181-10/+12
* Introduce intermediate representation that stores typed exprNadrieril2020-01-182-0/+85