Added reminder to move configuration to Isabelle/Isar.

这个提交包含在:
Achim D. Brucker 2021-04-28 11:15:50 +01:00
父节点 961f906944
当前提交 76b983012d
共有 1 个文件被更改,包括 9 次插入0 次删除

查看文件

@ -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\<open>
val timeout = Attrib.setup_config_string \<^binding>\<open>uri_cmd\<close> (K "wget -qO %2 %1")
\<close>
end