X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_disambiguation%2FdisambiguateTypes.mli;h=c210849669320aaaa57e6e2cfc5e0cb2e119fe96;hb=d0991ea0c7c83c100b2d223644cb2f11a8554fa1;hp=db9829e03d1a0fc6c23734b6257d54d93e1e7755;hpb=978a25d9392e5fc1a19fa37c86339c5d0b67ddd6;p=helm.git diff --git a/helm/ocaml/cic_disambiguation/disambiguateTypes.mli b/helm/ocaml/cic_disambiguation/disambiguateTypes.mli index db9829e03..c21084966 100644 --- a/helm/ocaml/cic_disambiguation/disambiguateTypes.mli +++ b/helm/ocaml/cic_disambiguation/disambiguateTypes.mli @@ -52,7 +52,8 @@ module type Callbacks = (** @param title gtk window title for user prompting * @param id unbound identifier which originated this callback invocation *) - val input_or_locate_uri : title:string -> ?id:string -> unit -> UriManager.uri + val input_or_locate_uri: + title:string -> ?id:string -> unit -> UriManager.uri end val string_of_domain_item: domain_item -> string @@ -64,3 +65,10 @@ type term = CicAst.term type tactic = (term, string) TacticAst.tactic type tactical = (term, string) TacticAst.tactical +type script_entry = + | Command of tactical + | Comment of CicAst.location * string +type script = CicAst.location * script_entry list + +val empty_environment: environment +