エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Filenames – OCaml
NotesIn C the header files describe the functions, etc., but only by convention. In OCaml, the *.... NotesIn C the header files describe the functions, etc., but only by convention. In OCaml, the *.mli file is the exported signature of the module, and the compiler strictly enforces it. In most cases for a module called Foo you will find two files: foo.ml and foo.mli. foo.ml is the implementation and foo.mli is the interface or signature. Notice also that the first letter of the file is turned to
2018/04/21 リンク