summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/tck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify type error typeNadrieril2020-01-211-2/+1
|
* Reimplement basic tck/nze with proper environmentsNadrieril2020-01-201-7/+9
| | | | Inspired from dhall_haskell
* 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