module Check_accessors:functor (T:T.T2) ->functor (Tree:T.T2) ->functor (Elt:T.T1) ->functor (Options:T.T3) ->functor (M:Accessors_genericwith type ('a, 'b, 'c) options := ('a, 'b, 'c) Options.twith type ('a, 'b) t := ('a, 'b) T.twith type ('a, 'b) tree := ('a, 'b) Tree.twith type 'a elt := 'a Elt.t) ->sig..end
| Parameters: |
|