summaryrefslogtreecommitdiff
path: root/dhall/src/core/valuef.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move contents of dhall under a semantics submoduleNadrieril2019-12-151-323/+0
* Reexport dhall_syntax as a module in dhallNadrieril2019-12-151-2/+2
* Capture absence of span in Span itselfNadrieril2019-11-111-1/+2
* Add mapping functions to InterpolatedTextContentsNadrieril2019-09-031-16/+6
* Use map_mut in ValueF::normalize_mutNadrieril2019-09-031-5/+2
* Cleanup conversion of `Value` to `Expr`Nadrieril2019-08-301-73/+30
* Rename SubExpr to Expr, and Expr to RawExprNadrieril2019-08-281-3/+3
* Remove now unnecessary VoVF enumNadrieril2019-08-251-8/+2
* Enforce type information almost everywhereNadrieril2019-08-251-3/+0
* Reduce API surface of dhall crateNadrieril2019-08-201-13/+2
* Use Ret in apply_builtinNadrieril2019-08-201-6/+0
* 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