package libzipperposition

  1. Overview
  2. Docs
On This Page
  1. Stream
Legend:
Library
Module
Module type
Parameter
Class
Class type

Stream

Streams are potentially infinite lists of clauses

val stat_stream_create : Logtk.Util.stat
module type S = Stream_intf.S
module type ARG = sig ... end
module Make (A : ARG) : S with module Ctx = A.Ctx and module C = A.C