···2525 type node_info
2626end
27272828-module Make (I : Input) : S = struct
2828+module Make (I : Input) :
2929+ S
3030+ with type content = I.Content.S.t
3131+ and type offset = I.Content.T.t
3232+ and type token_info = I.token_info
3333+ and type node_info = I.node_info = struct
2934 type content = I.Content.S.t
3035 type offset = I.Content.T.t
3136 type token_info = I.token_info