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