# HG changeset patch # User wenzelm # Date 1621803610 -7200 # Node ID 6bd747b71bd3a8d618d6801163eef84dbc697589 # Parent 734d5d3fbd9d19fdc9548c060c0bd161acfdf1a7 proper signature export (amending b50f8cc8c08e); diff -r 734d5d3fbd9d -r 6bd747b71bd3 src/Pure/System/isabelle_system.ML --- a/src/Pure/System/isabelle_system.ML Sun May 23 22:46:30 2021 +0200 +++ b/src/Pure/System/isabelle_system.ML Sun May 23 23:00:10 2021 +0200 @@ -23,6 +23,8 @@ val with_tmp_dir: string -> (Path.T -> 'a) -> 'a val download: string -> string val download_file: string -> Path.T -> unit + val decode_base64: string -> string + val encode_base64: string -> string val isabelle_id: unit -> string val isabelle_identifier: unit -> string option val isabelle_heading: unit -> string