Merge: Functional api
authorJean Privat <jean@pryen.org>
Thu, 5 Sep 2019 19:53:49 +0000 (15:53 -0400)
committerJean Privat <jean@pryen.org>
Thu, 5 Sep 2019 19:53:49 +0000 (15:53 -0400)
commit5373470794e7dd675caaee68b69aca9db82f3ee1
treee0e175e55aae6f5aa3ba076d2916c99d1c7df61c
parentfa4bd40b2ac5aa498c09b50127ceb4a204aad258
parent71c2587ec645a1a16a360cd612c6b983b18b82a5
Merge: Functional api

The functional API provides a type hierarchy for functional types, new `Iterator` services (like pipeline)
and in place `Map` manipulation through `Entry` API.

Pull-Request: #2759
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>