summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/core (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-20Move ValueKind into value.rsNadrieril4-275/+265
2019-12-20Reorder value.rsNadrieril1-81/+81
2019-12-20s/ExprF/ExprKind/Nadrieril2-5/+5
2019-12-20Move error module to root of crateNadrieril2-2/+2
2019-12-19Move out conversion from value back to ast to its own fileNadrieril2-90/+17
2019-12-19Rename ValueF to ValueKindNadrieril6-362/+372
2019-12-15Refer to semantics module properlyNadrieril3-15/+15
2019-12-15Avoid mention of `crate::` outside of top-level importsNadrieril4-15/+13
2019-12-15Move contents of dhall under a semantics submoduleNadrieril5-0/+1105