summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/phase/typecheck.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extend merge to work on OptionalsNadrieril2019-12-241-2/+14
* Add two new Integer builtinsNadrieril2019-12-231-0/+3
* Implement parsing for record completionNadrieril2019-12-221-0/+1
* Update dhall-lang submoduleNadrieril2019-12-221-1/+9
* Move ValueKind into value.rsNadrieril2019-12-201-1/+1
* s/RawExpr/UnspannedExpr/Nadrieril2019-12-201-3/+3
* s/ExprF/ExprKind/Nadrieril2019-12-201-22/+23
* Move error module to root of crateNadrieril2019-12-201-1/+1
* Rename ValueF to ValueKindNadrieril2019-12-191-36/+36
* Refer to semantics module properlyNadrieril2019-12-151-7/+7
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-27/+20
* fixup! Reexport dhall_syntax as a module in dhallNadrieril2019-12-151-1/+3
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+815