summaryrefslogtreecommitdiff
path: root/dhall_generator/src/dhall_type.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split dhall_expr!() into 2Nadrieril2019-04-061-2/+2
|
* Make quoting genericNadrieril2019-03-311-29/+17
|
* Move recursion out of ExprNadrieril2019-03-311-2/+2
|
* rustfmtNadrieril2019-03-311-3/+1
|
* Remove some redundant namespacingNadrieril2019-03-311-15/+15
|
* Manually rustfmt like a naziNadrieril2019-03-271-1/+2
|
* Derive DhallType for anonymous structs and enumsNadrieril2019-03-261-22/+123
|
* Derive DhallType for structsNadrieril2019-03-261-8/+78
|
* Lay groundwork for DhallType derivingNadrieril2019-03-241-0/+15