Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
utop で使用できるトップレベル ディレクティブに関するドキュメントが見つかりません。私が見つけたのは、デフォルトの ocaml トップレベルでサポートされているこのディレクティブのリストだけですが、そのリストは utop 用に完全ではないようで#typeof、utop で動作することがわかっている のようなものが欠落しています。
#typeof
文書化されていない唯一のものだと思います。他のものは で始まる#utopか、によって文書化されてい#utop_helpます。(utop_prompt_*ディレクティブは自明である必要があります)
#utop
#utop_help
utop_prompt_*
次のコマンドを使用して、登録されているすべてのディレクティブを一覧表示できます。
Hashtbl.iter (fun k _v -> print_endline k) Toploop.directive_table
サード パーティのライブラリは、マクロを追加、削除、または置換することもできます。