From 33021618a06a94563d28691940f02a55bd9d358d Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Sat, 16 May 2020 17:07:37 +0200 Subject: Move CoqIDE to its own folder The will make it possible to put a VsCoq toplevel in `ide/vscoq`. --- ide/protocol/interface.ml | 263 ---------------------------------------------- 1 file changed, 263 deletions(-) delete mode 100644 ide/protocol/interface.ml (limited to 'ide/protocol/interface.ml') diff --git a/ide/protocol/interface.ml b/ide/protocol/interface.ml deleted file mode 100644 index 646012dcaa..0000000000 --- a/ide/protocol/interface.ml +++ /dev/null @@ -1,263 +0,0 @@ -(************************************************************************) -(* * The Coq Proof Assistant / The Coq Development Team *) -(* v * Copyright INRIA, CNRS and contributors *) -(* add_rty; - edit_at : edit_at_sty -> edit_at_rty; - query : query_sty -> query_rty; - goals : goals_sty -> goals_rty; - evars : evars_sty -> evars_rty; - hints : hints_sty -> hints_rty; - status : status_sty -> status_rty; - search : search_sty -> search_rty; - get_options : get_options_sty -> get_options_rty; - set_options : set_options_sty -> set_options_rty; - mkcases : mkcases_sty -> mkcases_rty; - about : about_sty -> about_rty; - stop_worker : stop_worker_sty -> stop_worker_rty; - print_ast : print_ast_sty -> print_ast_rty; - annotate : annotate_sty -> annotate_rty; - handle_exn : handle_exn_sty -> handle_exn_rty; - init : init_sty -> init_rty; - quit : quit_sty -> quit_rty; - (* for internal use (fake_id) only, do not use *) - wait : wait_sty -> wait_rty; - (* Retrocompatibility stuff *) - interp : interp_sty -> interp_rty; -} - -- cgit v1.2.3