summaryrefslogtreecommitdiff
path: root/dhall_normalize/src/normalize.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06Merge dhall_normalize back into dhall; that was unnecessaryNadrieril1-181/+0
2019-03-06Handle correctly captured variables in dhall!Nadrieril1-4/+1
2019-03-06Remove more clutter in normalizeNadrieril1-7/+7
2019-03-06rustfmtNadrieril1-3/+9
2019-03-06Considerably remove clutter in normalizeNadrieril1-139/+39
2019-03-06Simplify normalization using dhall! macroNadrieril1-46/+38
2019-03-06Add proc_macro the generated dhall expressionsNadrieril1-5/+5
2019-03-06Split-off normalization into its own crateNadrieril1-0/+286