package bitstring

  1. Overview
  2. Docs
bitstrings and bitstring matching for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

bitstring.3.0.0.tar.gz
sha256=ee066207521c925e1f24467dc33f0af8fb2f7623ec149fff927df5b45723d8e4
md5=ce1d3b99ed9d4ff98af1fafd9274d897

doc/ppx_bitstring/Ppx_bitstring/Qualifiers/index.html

Module Ppx_bitstring.Qualifiers

type t = {
  1. value_type : Type.t option;
  2. sign : Sign.t option;
  3. endian : Endian.t option;
  4. check : Migrate_parsetree.Ast_405.Parsetree.expression option;
  5. bind : Migrate_parsetree.Ast_405.Parsetree.expression option;
  6. map : Migrate_parsetree.Ast_405.Parsetree.expression option;
  7. save_offset_to : Migrate_parsetree.Ast_405.Parsetree.expression option;
  8. offset : Migrate_parsetree.Ast_405.Parsetree.expression option;
}
val empty : t
val default : t
val set_value_type_default : t -> t
val set_sign_default : t -> t
val set_endian_default : t -> t
val set_defaults : t -> t
OCaml

Innovation. Community. Security.