src/Pure/PIDE/resources.ML
changeset 70015 c8e08d8ffb93
parent 69851 29a4f633609e
child 70049 c1226e4c273e
equal deleted inserted replaced
70014:7a9c559bc518 70015:c8e08d8ffb93
   288   Thy_Output.antiquotation_raw_embedded \<^binding>\<open>file\<close> (document_antiq check_file) (K I) #>
   288   Thy_Output.antiquotation_raw_embedded \<^binding>\<open>file\<close> (document_antiq check_file) (K I) #>
   289   Thy_Output.antiquotation_raw_embedded \<^binding>\<open>dir\<close> (document_antiq check_dir) (K I) #>
   289   Thy_Output.antiquotation_raw_embedded \<^binding>\<open>dir\<close> (document_antiq check_dir) (K I) #>
   290   ML_Antiquotation.value_embedded \<^binding>\<open>path\<close> (ML_antiq check_path) #>
   290   ML_Antiquotation.value_embedded \<^binding>\<open>path\<close> (ML_antiq check_path) #>
   291   ML_Antiquotation.value_embedded \<^binding>\<open>file\<close> (ML_antiq check_file) #>
   291   ML_Antiquotation.value_embedded \<^binding>\<open>file\<close> (ML_antiq check_file) #>
   292   ML_Antiquotation.value_embedded \<^binding>\<open>dir\<close> (ML_antiq check_dir) #>
   292   ML_Antiquotation.value_embedded \<^binding>\<open>dir\<close> (ML_antiq check_dir) #>
       
   293   ML_Antiquotation.value_embedded \<^binding>\<open>path_binding\<close>
       
   294     (Scan.lift (Parse.position Parse.path) >>
       
   295       (ML_Syntax.print_path_binding o Path.explode_binding)) #>
   293   ML_Antiquotation.value \<^binding>\<open>master_dir\<close>
   296   ML_Antiquotation.value \<^binding>\<open>master_dir\<close>
   294     (Args.theory >> (ML_Syntax.print_path o master_directory)));
   297     (Args.theory >> (ML_Syntax.print_path o master_directory)));
   295 
   298 
   296 end;
   299 end;
   297 
   300