Added reminder to move configuration to Isabelle/Isar.

This commit is contained in:
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