David Sheets
David Sheets
``` sh dsheets@thinkxen:~/Code/webmaster$ ocaml-dumpast camlp4o _build/lib-webmaster/urlfun.ml > _build/lib-webmaster/urlfun.cml-byte File "_build/lib-webmaster/urlfun.ml", line 91, characters 2-6: Error: Syntax error dsheets@thinkxen:~/Code/webmaster$ echo $? 2 ``` but ``` sh ocaml-dumpast camlp4o _build/lib-webmaster/urlfun.ml > _build/lib-webmaster/urlfun.cml-byte...
On 02/06/2015 02:45 PM, Daniel Bünzli wrote: > Le vendredi, 6 février 2015 à 15:34, David Sheets a écrit : > > > There is the `--scheme file` option to...
It is common to want to customize generated documents with some boilerplate including style sheet references or overrides. Ideally, a default template would also be shipped and used for maximal...
With enough functors, word wrap kicks in and the multi-ary functor signature gets harder to read. After a couple functors, they should probably be stacked.
Use the short functor syntax for exposed functor structs.
Like #18 and #15 but for object types. Severe rendering anomalies can occur without this feature. For instance, http://dsheets.github.io/codoc/omd.1.2.4/_build/src/omd/.
Useful for expanded functor application, module signature includes, etc once lpw25/doc-ock-lib#2 lands.