summaryrefslogtreecommitdiff
path: root/testsuite/tests/tool-ocamldoc/Loop.ml
blob: 8428f9fc1575bcefb4151123f2ed2dc39cfa462b (plain)
1
2
3
4
5
(* TEST
   * ocamldoc with html
   * ocamldoc with latex
*)
module rec A : sig type t end = B and B : sig type t = A.t end = A;;