package msat

  1. Overview
  2. Docs

Module Msat_backend.DeduktiSource

Deduki backend for proofs

Work in progress...

Sourcemodule type S = Backend_intf.S
Sourcemodule type Arg = sig ... end
Sourcemodule Make (S : Msat.S) (A : Arg with type formula := S.formula and type lemma := S.lemma and type proof := S.proof) : S with type t := S.proof

Functor to generate a backend to output proofs for the dedukti type checker.

OCaml

Innovation. Community. Security.