]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_map.mli
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / http_getter / http_getter_map.mli
index ae9cf319f0b8a39e2e95fe0d076eaaca263c0192..720484f31c1eca747a4738f5c6f746dce3c0065b 100644 (file)
@@ -33,6 +33,7 @@ class map:
   string ->
     object
       method add: string -> string -> unit
+      method replace: string -> string -> unit
       method remove: string -> unit
       method resolve: string -> string
       method iter: (string -> string -> unit) -> unit