I\'m trying to figure out the correct syntax to use the pipe operator |> into the creation of an object. Currently I\'m using a static member to create the object and just
There's always
(fun args -> new Shape(args))