How to return value without Maybe after use lookup to get the value from the table?

后端 未结 0 539
我寻月下人不归
我寻月下人不归 2020-11-21 09:16

I am trying to return a string and combine it with another. A table has been made with the following code.

type Table = [(Char, String)]

and

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