File: HACKING

package info (click to toggle)
virt-top 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,768 kB
  • sloc: sh: 4,517; ml: 2,046; makefile: 182; ansic: 81
file content (13 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
This file contains some tips for hacking on this code.

General OCaml advice:

(1) The *.mli file describes the interface of the module.  It's a good
    idea to look at this file first, then at *.ml (the implementation).

(2) Emacs users: use tuareg-mode for editing OCaml.

(3) https://realworldocaml.org/ is the definitive book which is also
    available online in full.

(4) http://camltastic.blogspot.com/2008/08/3-things-that-will-confuse-you-when.html