МП
{ state with Network = { state.Network with Nodes = (Place { Value = 0; Position = (X, Y) }) :: state.Network.Nodes } }Size: a a a
МП
{ state with Network = { state.Network with Nodes = (Place { Value = 0; Position = (X, Y) }) :: state.Network.Nodes } }((
let withNetwork network state = { state with Network = network }
let withNodes nodes netword = { network with Nodes = nodes }
state
|> withNetwork (state.Network |> withNodes (...))Г
P
IC
{ state with Network = { state.Network with Nodes = (Place { Value = 0; Position = (X, Y) }) :: state.Network.Nodes } }P
АВ
{ state with Network = { state.Network with Nodes = (Place { Value = 0; Position = (X, Y) }) :: state.Network.Nodes } }GB

GB
AH

GB
AH
GB
VK
VK
VK
AH