logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Compression - no description

Documentation

       Module Compression
        : sigendvaloutput_value : out_channel->'a->unitCompression.output_valuechanv  writes  the  representation  of v on channel chan .  If compression is
       supported, the marshaled data representing value v is compressed before being written to channel  chan  .
       If compression is not supported, this function behaves like output_value .

       valinput_value : in_channel->'aCompression.input_valuechan  reads  from channel chan the byte representation of a structured value, as
       produced by Compression.output_value  ,  and  reconstructs  and  returns  the  corresponding  value.   If
       compression is not supported, this function behaves like input_value .

       valcompression_supported : bool

       Reports whether compression is supported.

OCamldoc                                           2025-06-12                                    Compression(3o)

Module

       Module   Compression

Name

       Compression - no description

See Also