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