package libzipperposition

  1. Overview
  2. Docs
Library for Zipperposition

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

doc/src/libzipperposition.calculi/induction_intf.ml.html

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.