CAIMEO

Results 2 comments of CAIMEO

> @CAIMEOX can you try to revive this PR so that we can investigate further? yes, I will complete today

You could try to use some monadic functions ( `bind/flatten` ) to alleviate this issue. ```rust pub fn Add::from_json(value : @json.JsonValue) -> Add? { value .as_object() .bind( fn(value) { let...