Clarify how to write multiple patterns to a file
authorRichard W.M. Jones <rich@annexia.org>
Fri, 13 Jun 2008 20:06:00 +0000 (20:06 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Fri, 13 Jun 2008 20:06:00 +0000 (20:06 +0000)
bitmatch_persistent.mli

index 13927af..f390970 100644 (file)
@@ -235,6 +235,11 @@ v}
      | \{ _ } -> invalid_arg "not a Pascal string"
 v}
 
+   You can write more than one named pattern to the output file, and
+   they will all be loaded at the same time by [open bitmatch ".."]
+   (obviously you should give each pattern a different name).  To do
+   this, just call {!named_to_channel} as many times as needed.
+
    {2:reference Reference}
 
    {3 Types}