| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005472 | OCaml | Caml web site | public | 2012-01-11 22:08 | 2012-01-11 22:52 |
|
| Reporter | thelema | |
| Assigned To | lefessan | |
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 3.13.0+dev | |
|
| Summary | 0005472: Incorrect syntax for #install_printer in FAQ page |
| Description | The OCaml FAQ page http://caml.inria.fr/resources/doc/faq/core.en.html [^] demonstrates the following syntax for #install_printer:
#install_printer "print_num";;
This may have worked in caml light, but OCaml toplevel does not accept strings as printers, needing an identifier instead. |
| Tags | No tags attached. |
|
| Attached Files | core.en.html [^] (35,580 bytes) 2012-01-11 22:51 |
|