package lrgrep

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

Module Utils.UsageSource

Sourcetype mark = {
  1. mutable used : bool;
}
Sourceval new_mark : unit -> mark
Sourceval is_unused : mark -> bool
Sourceval cmon_mark : mark -> Cmon.t
Sourcetype set
Sourceval empty : set
Sourceval is_empty : set -> bool
Sourceval singleton : mark -> set
Sourceval join : set -> set -> set
Sourceval mark_used : set -> unit
Sourceval cmon_set : set -> Cmon.t