有没有办法从TypeRex得到这样的布局?
let alert ctx x =
let open Alert in
Printf.printf "...Alert: type = %s, status = %s\n"
(Type.to_string (type_ x)) (status x);
flush stdout我最终得到了这样的结果,这对我来说是次优的。
let alert ctx x =
let open Alert in
Printf.printf "...Alert: type = %s, status = %s\n"
(Type.to_string (type_ x)) (status x);
flush stdout发布于 2012-05-09 15:50:57
Typerex还没有实现缩进。我们仍在使用tuareg-mode的缩进,但计划重新实现。
https://stackoverflow.com/questions/10506728
复制相似问题