summaryrefslogtreecommitdiff
path: root/dhall_normalize (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-06Merge dhall_normalize back into dhall; that was unnecessaryNadrieril3-205/+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 expressionsNadrieril3-5/+7
2019-03-06Remove doctest noise from cargo testNadrieril1-0/+3
2019-03-06Split-off normalization into its own crateNadrieril3-0/+305