Closed robrix closed 5 years ago
This PR simplifies the constraint solver by making the constraints untyped. This brings it more into line with Lean’s, while still retaining useful properties w.r.t. constraint solving/elaboration producing sensible results.
Pretty happy with this; among other factors, solving Base.Vector now terminates.
Base.Vector
This PR simplifies the constraint solver by making the constraints untyped. This brings it more into line with Lean’s, while still retaining useful properties w.r.t. constraint solving/elaboration producing sensible results.