How to implement stack safe operations on an immutable tree-like structure?

后端 未结 0 1913
广开言路
广开言路 2021-01-04 00:52

I have an immutable tree-like structure of type:

type Data = Empty | Node | Both

type Empty = { tag: Tag.Empty };
type Node

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题