summaryrefslogtreecommitdiff
path: root/dhall/src/traits/dynamic_type.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename dhall_core to dhall_syntaxNadrieril2019-05-041-1/+1
* Instead of possibly nonexistent Type, treat Sort speciallyNadrieril2019-05-021-20/+4
* Don't need to store original expression in TypeErrorNadrieril2019-04-291-11/+0
* Silence warningsNadrieril2019-04-231-0/+2
* Temporarily simplify functions depending on TypeInternalNadrieril2019-04-221-9/+12
* Factor out context handlingNadrieril2019-04-211-5/+6
* Remove more duplicationNadrieril2019-04-181-1/+1
* Remove higher-kinded type noise in TypeNadrieril2019-04-161-4/+4
* Thread lifetimes through other newtypesNadrieril2019-04-111-8/+8
* Remove type parameter from TypeErrorNadrieril2019-04-111-6/+6
* Respect import boundariesNadrieril2019-04-111-1/+1
* Abstract get_type() into a traitNadrieril2019-04-111-0/+56