- Feb 15, 2022
-
-
David Bühler authored
-
-
David Bühler authored
Adds function [as_zone_result] that returns a zone result, without converting error cases.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Changes the Inout plugin accordingly.
-
David Bühler authored
-
David Bühler authored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
David Bühler authored
-
-
-
-
-
-
-
-
-
-
-
David Bühler authored
-
David Bühler authored
-
-
The previous way of building eval_lval and eval_exp only evaluated the functor Make once, which is not what we want. This should be fixed.
-
The evaluation could only contain unrestricted_response evaluation, which was quite bothering as it makes the GADT useless. I've modified it to be able to represent restricted_to_callstack evaluation as well. The modification is propagated to eval_lval and eval_exp.
-
The new names should be clearer. A restricted_for_callstack Response.t cannot be a Consolidated. A unrestricted_response Response.t can be anything.
-