summaryrefslogtreecommitdiff
path: root/dhall_core/src/core.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-10Implement more list functionsNanoTech1-33/+53
2017-03-10Fix formatting for Pi("_", _, _)NanoTech1-0/+5
2017-03-10normalize: Take the input Expr by referenceNanoTech1-33/+42
2017-03-10Implement more typechecker casesNanoTech1-1/+30
2017-03-10impl Display for ExprNanoTech1-9/+231
2017-03-10Implement more typechecking for Prelude/List/shiftedNanoTech1-55/+40
2017-03-10subst: Don't need to match on the left ExprNanoTech1-12/+12
2017-03-10subst: Take the input Exprs by referenceNanoTech1-19/+18
2017-03-10shift: Take the input Expr by referenceNanoTech1-24/+20
2017-03-10Seperate built-in types and functions from ExprNanoTech1-90/+76
2017-03-10Replace Cow<'i, str> with &'i str in ExprNanoTech1-33/+29
2017-03-10Begin implementing type checkingNanoTech1-0/+487
2017-03-10Reference input strings without copyingNanoTech1-30/+31