package dolmen

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

Module Dolmen_class.ResponseSource

Response languages for formal proofs

Sourcemodule type S = sig ... end
Sourcemodule Make (L : Dolmen_intf.Location.S) (I : Dolmen_intf.Id.Response) (T : Dolmen_intf.Term.Response with type location := L.t and type id := I.t) (S : Dolmen_intf.Stmt.Response with type location := L.t and type id := I.t and type term := T.t) : S with type statement := S.t and type file := L.file
OCaml

Innovation. Community. Security.