summaryrefslogtreecommitdiff
path: root/dhall/src/semantics/nze/visitor.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-30Remove Value visitorNadrieril1-167/+0
2020-01-30Move Value-related stuff under semantics::nzeNadrieril1-0/+0
2020-01-30Introduce Thunks and normalize lazilyNadrieril1-0/+1
2020-01-30Encapsulate partially applied builtin in a separate structNadrieril1-7/+12
2020-01-29Cleanup variable handlingNadrieril1-1/+1
2020-01-29Remove dead codeNadrieril1-8/+0
2020-01-28Thread env through nztion to fix Foo/build closuresNadrieril1-3/+6
2020-01-24Restore all types in Value::to_tyexprNadrieril1-6/+10
2020-01-23Implement basic env-based normalization for Value-based TyExprNadrieril1-0/+18
2020-01-21Prepare Value for reverse variablesNadrieril1-1/+1
2020-01-19Restore more types in value_to_tyexprNadrieril1-5/+9
2020-01-17Implement bulk shiftingNadrieril1-10/+16
2020-01-17Introduce a notion of binderNadrieril1-4/+4
2020-01-17Implement traverse_ref for ValueKindNadrieril1-0/+134