Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore all types in Value::to_tyexpr | Nadrieril | 2020-01-24 | 4 | -64/+101 |
| | |||||
* | Reuse normalize_one_layer in new eval flow | Nadrieril | 2020-01-24 | 1 | -27/+41 |
| | |||||
* | Implement basic env-based normalization for Value-based TyExpr | Nadrieril | 2020-01-23 | 5 | -109/+271 |
| | |||||
* | Prepare Value for reverse variables | Nadrieril | 2020-01-21 | 5 | -19/+49 |
| | | | | I thought it would work ><. It's a bit too early | ||||
* | Simplify type error type | Nadrieril | 2020-01-21 | 3 | -34/+14 |
| | |||||
* | Split TyEnv into two envs | Nadrieril | 2020-01-20 | 1 | -102/+152 |
| | |||||
* | Reimplement basic tck/nze with proper environments | Nadrieril | 2020-01-20 | 5 | -7/+414 |
| | | | | Inspired from dhall_haskell | ||||
* | Restore more types in value_to_tyexpr | Nadrieril | 2020-01-19 | 5 | -37/+93 |
| | |||||
* | fixup! Introduce intermediate representation that stores typed expr | Nadrieril | 2020-01-18 | 1 | -65/+62 |
| | |||||
* | Add Expr visitor and improve tyexpr_to_expr | Nadrieril | 2020-01-18 | 1 | -10/+12 |
| | |||||
* | Introduce intermediate representation that stores typed expr | Nadrieril | 2020-01-18 | 7 | -128/+176 |
| | |||||
* | Simplify | Nadrieril | 2020-01-17 | 5 | -56/+34 |
| | |||||
* | Replace all bulk shifting by a single shift | Nadrieril | 2020-01-17 | 3 | -72/+8 |
| | |||||
* | Use alpha variables everywhere | Nadrieril | 2020-01-17 | 3 | -27/+34 |
| | | | | Don't bother keeping name around, it complicates matters | ||||
* | Implement bulk shifting | Nadrieril | 2020-01-17 | 4 | -63/+134 |
| | |||||
* | Tweak: handle empty lists in typeck | Nadrieril | 2020-01-17 | 2 | -20/+14 |
| | |||||
* | Simplify a bit | Nadrieril | 2020-01-17 | 3 | -33/+42 |
| | |||||
* | Remove Shift/Subst traits | Nadrieril | 2020-01-17 | 6 | -227/+115 |
| | |||||
* | Simplify Shift and Subst instances | Nadrieril | 2020-01-17 | 2 | -270/+39 |
| | |||||
* | Remove binder ids | Nadrieril | 2020-01-17 | 4 | -156/+19 |
| | | | | The underlying purpose of them turned out to be unsound | ||||
* | Use binder ids to reconstruct variables in expr output | Nadrieril | 2020-01-17 | 5 | -40/+75 |
| | |||||
* | Simplify Value::to_expr | Nadrieril | 2020-01-17 | 2 | -78/+52 |
| | |||||
* | Use binder ids for Value equality | Nadrieril | 2020-01-17 | 2 | -8/+74 |
| | |||||
* | Store corresponding binder id in AlphaVar | Nadrieril | 2020-01-17 | 2 | -11/+16 |
| | |||||
* | Assign a unique id to each binder | Nadrieril | 2020-01-17 | 2 | -5/+25 |
| | |||||
* | Introduce a notion of binder | Nadrieril | 2020-01-17 | 5 | -46/+56 |
| | |||||
* | Implement traverse_ref for ValueKind | Nadrieril | 2020-01-17 | 4 | -0/+166 |
| | |||||
* | Parameterize ValueKind by its subnodes | Nadrieril | 2020-01-17 | 4 | -23/+29 |
| | |||||
* | Revert "Implement PartialEq manually for ValueKind" | Nadrieril | 2020-01-17 | 1 | -64/+1 |
| | | | | This reverts commit 88c31554561bd7a600560af0e6bc97c48649f43f. | ||||
* | Implement PartialEq manually for ValueKind | Nadrieril | 2020-01-17 | 1 | -1/+64 |
| | |||||
* | Construct T/Build closures in Expr space | Nadrieril | 2020-01-17 | 3 | -64/+58 |
| | |||||
* | Tiny clarification | Nadrieril | 2020-01-17 | 1 | -13/+10 |
| | |||||
* | s/TypecheckContext/TyCtx/ | Nadrieril | 2020-01-17 | 3 | -24/+16 |
| | |||||
* | Make TypecheckContext a named struct | Nadrieril | 2020-01-17 | 1 | -9/+11 |
| | |||||
* | TypecheckContext doesn't need Rc | Nadrieril | 2020-01-17 | 1 | -14/+18 |
| | | | | It's almost never cloned anymore | ||||
* | TypecheckContext doesn't need PartialEq | Nadrieril | 2020-01-17 | 1 | -9/+0 |
| | |||||
* | Ensure normalization respects var names on the nose | Nadrieril | 2019-12-24 | 1 | -8/+8 |
| | |||||
* | Ensure inferred type is always in normal form | Nadrieril | 2019-12-24 | 3 | -2/+17 |
| | |||||
* | Ensure the output of type inference matches the spec variable names | Nadrieril | 2019-12-24 | 1 | -7/+7 |
| | |||||
* | Extend merge to work on Optionals | Nadrieril | 2019-12-24 | 2 | -4/+36 |
| | |||||
* | Add two new Integer builtins | Nadrieril | 2019-12-23 | 2 | -0/+14 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 1 | -77/+42 |
| | |||||
* | Implement parsing for record completion | Nadrieril | 2019-12-22 | 2 | -0/+2 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2019-12-22 | 1 | -1/+9 |
| | |||||
* | Move ValueKind into value.rs | Nadrieril | 2019-12-20 | 8 | -279/+269 |
| | |||||
* | Reorder value.rs | Nadrieril | 2019-12-20 | 1 | -81/+81 |
| | |||||
* | Fix some comments | Nadrieril | 2019-12-20 | 1 | -9/+2 |
| | |||||
* | s/RawExpr/UnspannedExpr/ | Nadrieril | 2019-12-20 | 1 | -3/+3 |
| | |||||
* | s/ExprF/ExprKind/ | Nadrieril | 2019-12-20 | 5 | -90/+95 |
| | |||||
* | Move error module to root of crate | Nadrieril | 2019-12-20 | 8 | -185/+6 |
| |