]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationRew.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_notation / cicNotationRew.mli
index 2d3b09afb1dcc58384ab13c77b4ee92513115e3b..f587291aa5452e006dfc25c54c216eeba0e09c31 100644 (file)
@@ -66,3 +66,9 @@ val remove_interpretation: interpretation_id -> unit
   (** @raise Pretty_printer_not_found *)
 val remove_pretty_printer: pretty_printer_id -> unit
 
+(** {2 Interpretations toggling} *)
+
+val get_all_interpretations: unit -> (interpretation_id * string) list
+val get_active_interpretations: unit -> interpretation_id list
+val set_active_interpretations: interpretation_id list -> unit
+