summaryrefslogtreecommitdiff
path: root/dhall/src/expr.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document all of the APINadrieril2019-04-131-2/+11
* Restrict public API to its most minimal expressionNadrieril2019-04-121-4/+8
* Capture `Span`s in the AST and thread them through Parsed and ResolvedNadrieril2019-04-121-6/+2
* Thread lifetimes through other newtypesNadrieril2019-04-111-44/+36
* Add lifetime parameters to Parsed and ResolvedNadrieril2019-04-111-4/+31
* Respect import boundariesNadrieril2019-04-111-6/+14
* Improve simple type handling in typecheckNadrieril2019-04-111-0/+5
* Abstract get_type() into a traitNadrieril2019-04-111-0/+22
* Handle untyped case differently from the type of SortNadrieril2019-04-111-3/+4
* Add SimpleType and SimpeStaticType. Derive the latterNadrieril2019-04-101-0/+21
* Restrict public APINadrieril2019-04-071-18/+30
* Universe hierarchy is overkillNadrieril2019-04-071-4/+4
* Put a Cow in TypeNadrieril2019-04-071-3/+3
* Store the whole type hierarchy in a TypeNadrieril2019-04-061-9/+8
* Start taking Typed seriouslyNadrieril2019-04-061-1/+1
* Thread Typed through type_withNadrieril2019-04-061-25/+9
* Move binary decoding to new APINadrieril2019-04-061-8/+14
* Massage import loading into new APINadrieril2019-04-061-10/+20
* Define some newtypes for ExprNadrieril2019-04-061-0/+35