summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/context.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* s/TypecheckContext/TyCtx/Nadrieril2020-01-171-6/+6
|
* Make TypecheckContext a named structNadrieril2020-01-171-9/+11
|
* TypecheckContext doesn't need RcNadrieril2020-01-171-14/+18
| | | | It's almost never cloned anymore
* TypecheckContext doesn't need PartialEqNadrieril2020-01-171-9/+0
|
* Move ValueKind into value.rsNadrieril2019-12-201-1/+1
|
* Move error module to root of crateNadrieril2019-12-201-1/+1
|
* Rename ValueF to ValueKindNadrieril2019-12-191-2/+2
|
* Refer to semantics module properlyNadrieril2019-12-151-4/+4
|
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-2/+1
|
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+145