메소드 | 설명 | |
---|---|---|
Run ( Tree |
Runs the specified tree. For this exercise, it's helpful to look at the monad builder syntax in F#. In my case, that was Exercise1_2.fs. I've noted the use and similarities of that implementation where it was used here. |
public static Run ( Tree |
||
tree | Tree |
The tree. |
seed | Rect>.Tuple | The seed. |
리턴 | void |