summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core/value.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Parameterize ValueKind by its subnodesNadrieril2020-01-171-15/+18
|
* Revert "Implement PartialEq manually for ValueKind"Nadrieril2020-01-171-64/+1
| | | | This reverts commit 88c31554561bd7a600560af0e6bc97c48649f43f.
* Implement PartialEq manually for ValueKindNadrieril2020-01-171-1/+64
|
* s/TypecheckContext/TyCtx/Nadrieril2020-01-171-4/+2
|
* Ensure inferred type is always in normal formNadrieril2019-12-241-0/+3
|
* Move ValueKind into value.rsNadrieril2019-12-201-6/+264
|
* Reorder value.rsNadrieril2019-12-201-81/+81
|
* Move error module to root of crateNadrieril2019-12-201-1/+1
|
* Move out conversion from value back to ast to its own fileNadrieril2019-12-191-16/+9
|
* Rename ValueF to ValueKindNadrieril2019-12-191-35/+35
|
* Refer to semantics module properlyNadrieril2019-12-151-7/+7
|
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-2/+1
|
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+338