summaryrefslogtreecommitdiff
path: root/dhall/src/traits/static_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-5/+3
* Store Thunk in NormalizedNadrieril2019-05-021-1/+3
* TweaksNadrieril2019-05-021-1/+1
* Avoid duplicating work when matching on Pi typesNadrieril2019-04-231-0/+1
* Remove obsolete dhall_expr!() macroNadrieril2019-04-181-14/+14
* Document all of the APINadrieril2019-04-131-7/+26
* Thread lifetimes through other newtypesNadrieril2019-04-111-22/+23
* Handle untyped case differently from the type of SortNadrieril2019-04-111-1/+1
* Add basic deserialization supportNadrieril2019-04-111-0/+24
* Split traits module into submodulesNadrieril2019-04-101-0/+104