package libzipperposition

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

Heuristics

val enable_depth_limit : int -> unit

Set a maximal depth for terms. Any clause with a term deeper than this limit will be dismissed.

This breaks completeness in general, but can be very useful in practice.

Rules

module type S = sig ... end
module Make (E : Libzipperposition.Env.S) : S with module Env = E