summaryrefslogtreecommitdiff
path: root/dhall/src/core/valuef.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Track evaluation status alongside ValueF in VoVFNadrieril2019-08-201-10/+22
* Introduce a new enum to store either a Value or a ValueFNadrieril2019-08-201-3/+6
* 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
* 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