package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Arg : sig ... end

Signature

type name = Fs_types.Name.t
module H = Hashtbl
val keyword_bytes : int
module B : sig ... end
val tbl : (string, Segment.t) H.t
val tbl' : (int * string, string) H.t
val gen_hash : string -> Segment.t * (int * string)
module Record : sig ... end

Recording known names

val init : string list -> unit
val to_segment_aux : may_record:bool -> string -> Segment.t
val to_segment : string -> Segment.t
val of_segment : Segment.t -> string option
module Test : sig ... end