pipeline v0.1.0 Pipeline.Interpreter.Transform.ActionFusion

Fuse together several component actions in sequence to a single function. e.g. Convert status(200) ~> body("Hello World.") ~> send() into a single plug(fn conn -> conn |> send_resp(200, "Hello World") end).