doc-src/IsarImplementation/Thy/setup.ML
changeset 20450 725a91601ed1
parent 18537 2681f9e34390
child 21325 df6392bda693
equal deleted inserted replaced
20449:f8a7a8236c68 20450:725a91601ed1
    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;