summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/phase/normalize.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restore more types in value_to_tyexprNadrieril2020-01-191-8/+15
* SimplifyNadrieril2020-01-171-5/+4
* Tweak: handle empty lists in typeckNadrieril2020-01-171-16/+4
* Remove Shift/Subst traitsNadrieril2020-01-171-1/+0
* Parameterize ValueKind by its subnodesNadrieril2020-01-171-6/+9
* Construct T/Build closures in Expr spaceNadrieril2020-01-171-56/+57
* Ensure normalization respects var names on the noseNadrieril2019-12-241-8/+8
* Extend merge to work on OptionalsNadrieril2019-12-241-2/+22
* Add two new Integer builtinsNadrieril2019-12-231-0/+11
* Update dhall-lang submoduleNadrieril2019-12-221-77/+42
* Implement parsing for record completionNadrieril2019-12-221-0/+1
* Move ValueKind into value.rsNadrieril2019-12-201-1/+1
* s/ExprF/ExprKind/Nadrieril2019-12-201-38/+38
* Rename ValueF to ValueKindNadrieril2019-12-191-108/+108
* Refer to semantics module properlyNadrieril2019-12-151-4/+4
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-9/+9
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+794