Fix documentation for how to compile using camlp4 directly.
[ocaml-bitstring.git] / bitmatch_persistent.mli
index 9da0f93..8c97a34 100644 (file)
@@ -288,7 +288,8 @@ and alt =
 
 val string_of_pattern : pattern -> string
 val string_of_constructor : constructor -> string
-val string_of_field : 'a field -> string
+val string_of_pattern_field : patt field -> string
+val string_of_constructor_field : expr field -> string
 (** Convert patterns, constructors or individual fields
     into printable strings for debugging purposes.