summaryrefslogtreecommitdiff
path: root/dhall/src/simple.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-31Move Value, SimpleValue and SimpleType to serdeNadrieril1-163/+0
2020-03-31Brutally make all of dhall pubNadrieril1-4/+4
2020-03-31Revert "Start overengineering SimpleVal/Ty"Nadrieril1-120/+31
2020-03-31Start overengineering SimpleVal/TyNadrieril1-31/+120
2020-03-31Improve handling of builtin types in NirNadrieril1-25/+11
2020-03-31Move conversion to SimpleVal/Ty to simple moduleNadrieril1-1/+82
2020-03-31Use dhall::Value more in serdeNadrieril1-1/+1
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