Erases the macro definition for TransTerm done in the current module
+TransTerm
Term in the form Atom/Integer.
+Options
Possibly empty list of option flags.
Description
The macro defined for TransTerm and matching the specified Options
is erased. If there was no matching macro definition, the predicate
silently succeeds. See define_macro/3 for the valid options.
Fail Conditions
None.
Resatisfiable
No.
Exceptions
(4) Instantiation fault
TransTerm is not instantiated or Options is not fully instantiated.
(5) Type error
TransTerm not of form Atom/Integer or Options is not a list of atoms.
(6) Range error
Options contains an element which is not a valid option.