File: test.mlx

package info (click to toggle)
camlmix 1.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: ml: 496; makefile: 89
file content (26 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## #use "macro.ml" ##
## let source = "hello.html" ##
<html>
<body>
<h1>Source file for this page (test.mlx)</h1>
## html_verbatim "test.mlx" ##
<h1>Source files for camlmix</h1>
<h2>lexer.mll</h2>
## html_verbatim "../lexer.mll" ##
<h2>main.ml</h2>
## html_verbatim "../main.ml" ##
<h2>Makefile</h2>
## html_verbatim "Makefile" ##
<h1>Formatted from ##= source ##</h1>
## include_file source ##
<h1>Source file ##= source ##</h1>
## html_verbatim source ##
<h1>macro.ml</h1>
## html_verbatim "macro.ml" ##
<hr>
## Camlmix.printer := ignore ##
This text will be ignored.
## Camlmix.printer := print ##
Author: ##= author ##
</body>
</html>