summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/phase/mod.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move ValueKind into value.rsNadrieril2019-12-201-1/+1
* Fix some commentsNadrieril2019-12-201-9/+2
* 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-1/+6
* Rename ValueF to ValueKindNadrieril2019-12-191-7/+7
* Move binary encoding/decoding to syntax/Nadrieril2019-12-171-1/+1
* Refer to semantics module properlyNadrieril2019-12-151-4/+4
* Avoid mention of `crate::` outside of top-level importsNadrieril2019-12-151-5/+3
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-0/+254