Repeated 'module type' declarations in .mli and .ml

Both references helped and I have a simple .mli now.

open Types

module type Intf = sig
module RADIXOp : RADIXOperator
end

And the emacs trick is useful.