Added reminder to move configuration to Isabelle/Isar.

このコミットが含まれているのは:
Achim D. Brucker 2021-04-28 11:15:50 +01:00
コミット 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