Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A fully parsed Btab record.
Sometimes, you may want to fully parse the Btab.Record
into an OCaml record
, e.g., for s-expression serialization.
Btab.Record
is not parsed into an OCaml record
by default. Rather, the fields you need are generated on the fly using string indexing. This is a lot faster, but like I mentioned before, sometimes you really do want the whole thing pre-parsed. Use this module in those cases.
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val tlen : t -> Base.int Base.option
val qlen : t -> Base.int Base.option
val bits : t -> Base.float
val evalue : t -> Base.float
val tend : t -> Base.int
val tstart : t -> Base.int
val qend : t -> Base.int
val qstart : t -> Base.int
val gapopen : t -> Base.int
val mismatch : t -> Base.int
val alnlen : t -> Base.int
val pident : t -> Base.float
val target : t -> Base.string
val query : t -> Base.string
module Fields : sig ... end