summaryrefslogtreecommitdiff
path: root/dhall/src/simple.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-31Rename LitKind to NumKindNadrieril1-2/+2
2020-03-31Limit dependency on NormalizedNadrieril1-18/+32
2020-03-31Remove Normalized and friends from public APINadrieril1-2/+5
2020-03-31Add SimpleType to mirror SimpleValueNadrieril1-1/+51
2020-03-31Add SimpleValue type to facilitate deserializationNadrieril1-0/+29