this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make: expose types

+6 -1
+6 -1
lib/Concrete_syntax.ml
··· 25 25 type node_info 26 26 end 27 27 28 - module Make (I : Input) : S = struct 28 + module Make (I : Input) : 29 + S 30 + with type content = I.Content.S.t 31 + and type offset = I.Content.T.t 32 + and type token_info = I.token_info 33 + and type node_info = I.node_info = struct 29 34 type content = I.Content.S.t 30 35 type offset = I.Content.T.t 31 36 type token_info = I.token_info