File: bitmatch.ml (return to index)


Statistics:

kind coverage
binding 0 / 0 (- %)
sequence 0 / 0 (- %)
for 0 / 0 (- %)
if/then 0 / 0 (- %)
try 0 / 0 (- %)
while 0 / 0 (- %)
match/function 0 / 0 (- %)
class expression 0 / 0 (- %)
class initializer 0 / 0 (- %)
class method 0 / 0 (- %)
class value 0 / 0 (- %)
toplevel expression 0 / 0 (- %)

Source:

000001| (** Bitmatch backwards compatibility library. *)
000002| (* Bitstring library.
000003|  * Copyright (C) 2008 Red Hat Inc., Richard W.M. Jones
000004|  *
000005|  * This library is free software; you can redistribute it and/or
000006|  * modify it under the terms of the GNU Lesser General Public
000007|  * License as published by the Free Software Foundation; either
000008|  * version 2 of the License, or (at your option) any later version,
000009|  * with the OCaml linking exception described in COPYING.LIB.
000010|  *
000011|  * This library is distributed in the hope that it will be useful,
000012|  * but WITHOUT ANY WARRANTY; without even the implied warranty of
000013|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
000014|  * Lesser General Public License for more details.
000015|  *
000016|  * You should have received a copy of the GNU Lesser General Public
000017|  * License along with this library; if not, write to the Free Software
000018|  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
000019|  *
000020|  * $Id: bitmatch.ml 142 2008-07-17 15:45:56Z richard.wm.jones $
000021|  *)
000022| (** This is just for backwards compatibility with code
000023|     from when the library was called bitmatch.  You should
000024|     replace all references to this module with {!Bitstring}.
000025| *)
000026|  
000027| include Bitstring