summaryrefslogtreecommitdiff
path: root/dhall/src/simple.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move conversion to SimpleVal/Ty to simple moduleNadrieril2020-03-311-1/+82
|
* Use dhall::Value more in serdeNadrieril2020-03-311-1/+1
|
* Rename LitKind to NumKindNadrieril2020-03-311-2/+2
|
* Limit dependency on NormalizedNadrieril2020-03-311-18/+32
|
* Remove Normalized and friends from public APINadrieril2020-03-311-2/+5
|
* Add SimpleType to mirror SimpleValueNadrieril2020-03-311-1/+51
|
* Add SimpleValue type to facilitate deserializationNadrieril2020-03-311-0/+29