diff --git a/fxp.thy b/fxp.thy index 7cacb31..024ac50 100644 --- a/fxp.thy +++ b/fxp.thy @@ -248,5 +248,14 @@ ML_file "fxp/src/Catalog/catResolve.sml" ML_file "fxp/src/Catalog/catOptions.sml" (* end of fxp imports *) +(* + Todo: move configuration of the OS command for resolving URI + from config.sml to a proper Isabelle/Isar configuration attribute: +*) +ML\ + val timeout = Attrib.setup_config_string \<^binding>\uri_cmd\ (K "wget -qO %2 %1") +\ + + end