package binsec

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

Module Binsec_base.DomainsSource

include module type of struct include Binsec_domains.Domains end
type 'a id = 'a Binsec_domains.Domains.id = ..
exception Empty
type trilean = Binsec_domains.Domains.trilean =
  1. | False
  2. | True
  3. | Unknown
type projection = Binsec_domains.Domains.projection =
  1. | Top
  2. | Point of Z.t
  3. | Seq of {
    1. start : Z.t;
    2. n : Z.t;
    }
module type S = Binsec_domains.Domains.S