Websharper のオンラインの例を熟読しているときに、次のような例に出くわしました。
Div [Attr.Style "padding: 5px;"] -< [
P [Text "Type a name in the input field below:"]
Form [
label "First Name: "
input
|>! OnKeyUp (fun _ _ -> update ())
]
P [
label "Suggestions: "
hint
]
]
計算式には含まれていないようで、何らかの理由で の意味を Google で調べるのは特に簡単ではありません|>!
。
!
このコンテキストでモディファイアはどのような効果がありますか? forward パイプの結果はどのように変化しますか?