Module Fragment.Module

type t = [
  1. | `Resolved of Resolved.Module.t
  2. | `Dot of Signature.t * string
]
val split : t -> string * t option