Module Types.InternalLink

type resolved = Url.t * Inline.t
type unresolved = Inline.t
type t =
| Resolved of resolved
| Unresolved of Inline.t