Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete dhall_expr!() macro | Nadrieril | 2019-04-18 | 1 | -14/+14 |
| | |||||
* | Remove more duplication | Nadrieril | 2019-04-18 | 1 | -1/+1 |
| | |||||
* | Remove higher-kinded type noise in Type | Nadrieril | 2019-04-16 | 1 | -4/+4 |
| | |||||
* | Naming tweaks | Nadrieril | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | Namespace deserialization functions in a `de` submodule | Nadrieril | 2019-04-14 | 1 | -1/+1 |
| | | | | Closes #73 | ||||
* | Document all of the API | Nadrieril | 2019-04-13 | 2 | -7/+33 |
| | | | | Closes #64 | ||||
* | Thread lifetimes through other newtypes | Nadrieril | 2019-04-11 | 3 | -36/+37 |
| | | | | Closes #55 | ||||
* | Add lifetime parameters to Parsed and Resolved | Nadrieril | 2019-04-11 | 1 | -4/+4 |
| | | | | Future-proofing | ||||
* | Remove type parameter from TypeError | Nadrieril | 2019-04-11 | 1 | -6/+6 |
| | |||||
* | Respect import boundaries | Nadrieril | 2019-04-11 | 1 | -1/+1 |
| | | | | Closes #54 | ||||
* | Abstract get_type() into a trait | Nadrieril | 2019-04-11 | 2 | -0/+58 |
| | |||||
* | Handle untyped case differently from the type of Sort | Nadrieril | 2019-04-11 | 1 | -1/+1 |
| | | | | Closes #59 | ||||
* | Add basic deserialization support | Nadrieril | 2019-04-11 | 2 | -1/+25 |
| | | | | Closes #13 | ||||
* | Allow providing type for typechecking in API | Nadrieril | 2019-04-10 | 1 | -2/+5 |
| | |||||
* | Cleanup error handling | Nadrieril | 2019-04-10 | 1 | -3/+3 |
| | | | | Closes #41 | ||||
* | Split traits module into submodules | Nadrieril | 2019-04-10 | 3 | -0/+151 |