OCamlスタイルガイド
CS3110 OCaml Style Guide
OCaml Programming Guidelines · OCaml Tutorials
OCaml Programming Guidelines
let
で
and
が使えるのね。
code:ocaml
let t =
“large
expression”
and u =
“other large
expression” in
let temp =
f x y z t u in
...
CS3110 OCaml Style Guide