标签: elm
我正在查看elm-form软件包文档并找到here这段代码:
elm-form
field "myfield" (int `andThen` minInt 10)
这些报价是什么意思?这是应用函数的另一种方式吗?
答案 0 :(得分:6)
这是一种将任何函数用作中缀的方法,如3 + 5。
3 + 5
但是:已经删除了榆木0.18:migration notes.