summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/phase/typecheck.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of bugs and more tckNadrieril2020-01-271-10/+16
|
* More typecheckNadrieril2020-01-251-48/+53
|
* Make most type errors stringyNadrieril2020-01-251-98/+53
|
* Typecheck more casesNadrieril2020-01-251-2/+9
|
* Restore all types in Value::to_tyexprNadrieril2020-01-241-5/+7
|
* Simplify type error typeNadrieril2020-01-211-30/+12
|
* SimplifyNadrieril2020-01-171-11/+11
|
* Tweak: handle empty lists in typeckNadrieril2020-01-171-4/+10
|
* Remove Shift/Subst traitsNadrieril2020-01-171-1/+1
|
* Store corresponding binder id in AlphaVarNadrieril2020-01-171-1/+2
|
* Introduce a notion of binderNadrieril2020-01-171-13/+14
|
* Construct T/Build closures in Expr spaceNadrieril2020-01-171-2/+1
|
* Tiny clarificationNadrieril2020-01-171-13/+10
|
* s/TypecheckContext/TyCtx/Nadrieril2020-01-171-14/+8
|
* Ensure inferred type is always in normal formNadrieril2019-12-241-1/+4
|
* Ensure the output of type inference matches the spec variable namesNadrieril2019-12-241-7/+7
|
* 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