summaryrefslogtreecommitdiff
path: root/dhall/src/operations.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement remaining record simplificationNadrieril2020-04-071-9/+22
|
* Move duplicate field checking to parserNadrieril2020-04-071-10/+3
|
* Move BinOp and Builtin definitions in the relevant moduleNadrieril2020-04-061-3/+34
|
* Extract operation-related code to a new moduleNadrieril2020-04-061-0/+865