doc-src/antiquote_setup.ML
changeset 28399 b11b1ca701e5
parent 28273 17f6aa02ded3
child 28644 e2ae4a6cf166
equal deleted inserted replaced
28398:9aa3216e5f31 28399:b11b1ca701e5
   203   entity_antiqs no_check "" "case" @
   203   entity_antiqs no_check "" "case" @
   204   entity_antiqs (K ThyOutput.defined_command) "" "antiquotation" @
   204   entity_antiqs (K ThyOutput.defined_command) "" "antiquotation" @
   205   entity_antiqs (fn _ => fn name => is_some (OS.Process.getEnv name)) "isatt" "setting" @
   205   entity_antiqs (fn _ => fn name => is_some (OS.Process.getEnv name)) "isatt" "setting" @
   206   entity_antiqs no_check "isatt" "executable" @
   206   entity_antiqs no_check "isatt" "executable" @
   207   entity_antiqs (K check_tool) "isatt" "tool" @
   207   entity_antiqs (K check_tool) "isatt" "tool" @
   208   entity_antiqs (K (File.exists o Path.explode)) "isatt" "file");
   208   entity_antiqs (K (File.exists o Path.explode)) "isatt" "file" @
   209 
   209   entity_antiqs (K ThyInfo.known_thy) "" "theory");
   210 end;
   210 
   211 
   211 end;
   212 end;
   212 
       
   213 end;