Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Abstract get_type() into a trait | Nadrieril | 2019-04-11 | 1 | -0/+22 |
| | |||||
* | Handle untyped case differently from the type of Sort | Nadrieril | 2019-04-11 | 1 | -3/+4 |
| | | | | Closes #59 | ||||
* | Add SimpleType and SimpeStaticType. Derive the latter | Nadrieril | 2019-04-10 | 1 | -0/+21 |
| | |||||
* | Restrict public API | Nadrieril | 2019-04-07 | 1 | -18/+30 |
| | | | | Closes #20 | ||||
* | Universe hierarchy is overkill | Nadrieril | 2019-04-07 | 1 | -4/+4 |
| | |||||
* | Put a Cow in Type | Nadrieril | 2019-04-07 | 1 | -3/+3 |
| | |||||
* | Store the whole type hierarchy in a Type | Nadrieril | 2019-04-06 | 1 | -9/+8 |
| | |||||
* | Start taking Typed seriously | Nadrieril | 2019-04-06 | 1 | -1/+1 |
| | |||||
* | Thread Typed through type_with | Nadrieril | 2019-04-06 | 1 | -25/+9 |
| | |||||
* | Move binary decoding to new API | Nadrieril | 2019-04-06 | 1 | -8/+14 |
| | |||||
* | Massage import loading into new API | Nadrieril | 2019-04-06 | 1 | -10/+20 |
| | | | | Closes #9 | ||||
* | Define some newtypes for Expr | Nadrieril | 2019-04-06 | 1 | -0/+35 |
Closes #50 |