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.
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.