package binsec

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

Module Binsec_sse.MetricsSource

Sourcetype status =
  1. | Halt
  2. | Cut
  3. | Merged
  4. | Stashed
  5. | Unsatisfiable_assumption
  6. | Assertion_failure
  7. | Max_depth
  8. | Enumeration_limit
  9. | Unresolved_formula
  10. | Non_executable_code
  11. | Error of string
Sourceval pp_status : Format.formatter -> status -> unit
Sourcemodule type TIMER = sig ... end
Sourcemodule type ASPECT = sig ... end
Sourcemodule type QUERY = sig ... end
Sourcemodule Query () : QUERY
Sourcemodule type EXPLORATION = sig ... end