Next: , Previous: , Up: Invocation   [Contents][Index]


9.11 Options that request information


--inform-inferred

Do not print inferred types or modes.


--no-inform-inferred-types

Do not print inferred types.


--no-inform-inferred-modes

Do not print inferred modes.


--inform-suboptimal-packing

Generate messages if the arguments of a data constructor could be packed more tightly if they were reordered.


--show-pred-moveability pred_or_func_name
–no-show-pred-moveability
--show-pred-movability pred_or_func_name
–no-show-pred-movability

Write out a short report on the effect of moving the code of the named predicate or function (or the named several predicates and/or functions, if the option is given several times) to a new module. This includes listing the other predicates and/or functions that would have to be moved with them, and whether the move would cause unwanted coupling between the new module and the old.