cut search for UTop_main.interact to avoid loops
This commit is contained in:
parent
236c468bc6
commit
8d12d48d32
|
@ -1405,6 +1405,9 @@ let interact ~search_path ~unit ~loc:(fname, lnum, cnum, _) ~values =
|
||||||
end
|
end
|
||||||
| _ -> ()
|
| _ -> ()
|
||||||
|
|
||||||
|
method! lift_Types_label_description _ = ()
|
||||||
|
method! lift_Types_type_declaration _ = ()
|
||||||
|
|
||||||
method tuple _ = ()
|
method tuple _ = ()
|
||||||
method string _ = ()
|
method string _ = ()
|
||||||
method record _ _ = ()
|
method record _ _ = ()
|
||||||
|
|
Loading…
Reference in New Issue