Added reminder to move configuration to Isabelle/Isar.

This commit is contained in:
Achim D. Brucker 2021-04-28 11:15:50 +01:00
förälder 961f906944
incheckning 76b983012d
1 ändrade filer med 9 tillägg och 0 borttagningar

Visa fil

@ -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