ocaml/man
Armaël Guéneau 72f472c860 Add a warning triggered on type declarations "type t = ()"
These are most likely a mistake for "type t = unit", but still valid, and lead
to quite confusing error messages afterwards because now `()` denotes two
different incompatible constructors.
2018-10-05 12:12:26 +02:00
..
Makefile Introduce and use ROOTDIR in more makefiles 2018-09-17 14:51:01 +02:00
ocaml.m Document that -safe-string is the default, -unsafe-string is not 2018-06-01 14:05:08 +02:00
ocamlc.m Add a warning triggered on type declarations "type t = ()" 2018-10-05 12:12:26 +02:00
ocamlcp.m Update headers for the new license. 2016-02-18 16:59:16 +01:00
ocamldebug.m document .ocamldebug, the debugger initialization file 2016-04-18 11:25:01 -04:00
ocamldep.m Whitespace and overlong line fixes. 2018-06-14 15:15:34 +01:00
ocamldoc.m Fix groff macro per @gasche's comments 2018-07-06 11:24:52 +02:00
ocamllex.m Update headers for the new license. 2016-02-18 16:59:16 +01:00
ocamlmktop.m Update headers for the new license. 2016-02-18 16:59:16 +01:00
ocamlopt.m new -stop-after option: stop after the given compiler pass (parsing, typing) 2018-08-31 22:49:23 +02:00
ocamlprof.m Update headers for the new license. 2016-02-18 16:59:16 +01:00
ocamlrun.m Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02:00
ocamlyacc.m Rename -e to --strict in the ocamlyacc man page. 2016-06-22 09:15:40 +01:00