package binsec

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

Module type Sse_types.WORKLIST_FACTORYSource

Parameters

Signature

type t
val push : E.t -> t -> t
val pop : t -> E.t * t
val singleton : E.t -> t
val length : t -> int
val is_empty : t -> bool
val empty : t