this repo has no description
0
fork

Configure Feed

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

Fix warning

+1 -1
+1 -1
src/extension/merlin_codemirror.mli
··· 17 17 downloaded on demand. *) 18 18 end 19 19 20 - module Make : functor (Config : Config) -> sig 20 + module Make : functor (_ : Config) -> sig 21 21 22 22 val autocomplete : Code_mirror.Extension.t 23 23 (** An extension providing completions when typing *)