utop/src
Etienne Millon ed895283db Qualify () constructor
We are building a hidden expression that contains "()" but it is not
qualified. So it will pick the constructor in scope. This can cause
problems if `()` has been redefined. The correct fix is to qualify it as
part of the `Unit` module.

(additionally, this removes an unused ident)

Fixes #417
2023-04-17 13:36:23 +02:00
..
lib Qualify () constructor 2023-04-17 13:36:23 +02:00
top Do not pass -safe-string explicitly 2023-04-17 13:34:23 +02:00