module Rep_desc:Types for report description.sig
..end
type
report_ele =
| |
Leaf of |
| |
Tag of |
| |
List of |
| |
Cond of |
| |
Sub of |
| |
Mark of |
| |
Then of |
| |
Else of |
type
leaf = {
|
mutable leaf : |
type
tag = {
|
mutable tag : |
|
mutable atts : |
|
mutable tag_subs : |
type
sub = {
|
mutable sub_code : |
type
liste = {
|
mutable var : |
|
mutable f : |
|
mutable list_subs : |
type
cond = {
|
mutable cond : |
|
mutable subs_then : |
|
mutable subs_else : |
type
mark = {
|
mutable mark_id : |
(* | the caml id for the mark | *) |
|
mutable mark_name : |
(* | the mark name | *) |
type
report = {
|
mutable rep_header : |
|
mutable rep_params : |
|
mutable rep_eles : |