summaryrefslogtreecommitdiff
path: root/dhall/src/operations/typecheck.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: fix clippy warningsNadrieril2021-01-221-4/+2
* Thread cx through normalizationNadrieril2020-12-071-32/+40
* Thread cx through typecheckNadrieril2020-12-071-4/+4
* If can return a typeBasile Henry2020-11-271-2/+2
* Typecheck `with` using mutationNadrieril2020-11-031-43/+20
* Handle record type properlyBasile Henry2020-11-021-1/+1
* Inline helper functionBasile Henry2020-11-021-8/+4
* Refactor following PR reviewBasile Henry2020-11-021-14/+10
* Implement type checking for With opBasile Henry2020-11-011-1/+50
* spec: Enable `with` optimizationsNadrieril2020-09-141-1/+1
* Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril2020-04-101-3/+3
* Split operations module into submodulesNadrieril2020-04-071-0/+510