diff options
Diffstat (limited to 'ide/command_windows.ml')
| -rw-r--r-- | ide/command_windows.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/command_windows.ml b/ide/command_windows.ml index 0d0894213e..9792d8782f 100644 --- a/ide/command_windows.ml +++ b/ide/command_windows.ml @@ -103,9 +103,9 @@ object(self) try result#buffer#set_text (match Coq.interp coqtop ~raw:true phrase with - | Ide_intf.Fail (l,str) -> + | Interface.Fail (l,str) -> ("Error while interpreting "^phrase^":\n"^str) - | Ide_intf.Good results -> + | Interface.Good results -> ("Result for command " ^ phrase ^ ":\n" ^ results)) with e -> let s = Printexc.to_string e in |
