package libzipperposition

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

Source file induction_intf.ml

1
2
3
4
5
6
7
8
9
10
11
12
13

(* This file is free software, part of Zipperposition. See file "license" for more details. *)

(** {2 Induction} *)

open Libzipperposition

module type S = sig
  module Env : Env.S

  val register : unit -> unit
  (** Register the inference rules for inductive reasoning *)
end
OCaml

Innovation. Community. Security.