Widmogrod\Monad\Writer::__construct PHP Method

__construct() public method

public __construct ( $value, Widmogrod\FantasyLand\Monoid $side )
$side Widmogrod\FantasyLand\Monoid
    public function __construct($value, FantasyLand\Monoid $side)
    {
        $this->value = $value;
        $this->side = $side;
    }