Exemplo n.º 1
0
    public PMonad ApplyFirst(PMonad p)
    {
        destinationNode.Value = p.ToEnumerable();

        return(owner);
    }