summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc/Module_whitespace.ml
blob: 75c6c2927441f39765f6ec13ce57df020193b5f3 (plain)
1
2
3
4
5
6
7
8
(* TEST
   * ocamldoc with html
*)

module M = Set.Make(struct
        type t = int
        let compare = compare
end)