equal
deleted
inserted
replaced
31 val _ = O.add_commands |
31 val _ = O.add_commands |
32 [("index_ML", arguments (index_ml "" ml_val)), |
32 [("index_ML", arguments (index_ml "" ml_val)), |
33 ("index_ML_type", arguments (index_ml "type" ml_type)), |
33 ("index_ML_type", arguments (index_ml "type" ml_type)), |
34 ("index_ML_structure", arguments (index_ml "structure" ml_structure)), |
34 ("index_ML_structure", arguments (index_ml "structure" ml_structure)), |
35 ("index_ML_functor", arguments (index_ml "functor" ml_functor)), |
35 ("index_ML_functor", arguments (index_ml "functor" ml_functor)), |
|
36 ("ML_functor", O.args (Scan.lift Args.name) output_verbatim), |
36 ("verbatim", O.args (Scan.lift Args.name) output_verbatim)]; |
37 ("verbatim", O.args (Scan.lift Args.name) output_verbatim)]; |
37 |
38 |
38 in val _ = () end; |
39 in val _ = () end; |