summaryrefslogtreecommitdiff
path: root/dhall/src/core/valuef.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Naming tweaksNadrieril2019-08-201-6/+5
|
* Add Value::from_builtinNadrieril2019-08-201-10/+0
|
* CleanupNadrieril2019-08-201-3/+3
|
* Merge TypedValue and ValueNadrieril2019-08-191-13/+13
|
* Reduce untyped construction of ValuesNadrieril2019-08-191-4/+10
|
* Use TypedValue instead of Typed in normalize and typecheckNadrieril2019-08-191-3/+3
| | | | | Now Typed is only used in dhall::phase, similarly to Parsed/Resolved/Normalized
* s/to_valuef/to_whnf/ and avoid cloning ValueFs when possibleNadrieril2019-08-191-3/+4
|
* Rework ValueInternal and clarify invariants around ValueFNadrieril2019-08-181-21/+9
|
* s/Thunk/Value/Nadrieril2019-08-171-0/+405