package goblint

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

Parameters

module Base1 : S
module Base2 : S
module Base3 : S
module Base4 : S

Signature

val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
include module type of struct include Std end

Default dummy definitions.

Include as the first thing to avoid these overriding actual definitions.

val tag : 'a -> 'b
val show : (Base1.t * Base2.t * Base3.t * Base4.t) -> string
val pretty : unit -> (Base1.t * Base2.t * Base3.t * Base4.t) -> Pretty.doc
val printXml : 'a BatInnerIO.output -> (Base1.t * Base2.t * Base3.t * Base4.t) -> unit
val to_yojson : (Base1.t * Base2.t * Base3.t * Base4.t) -> [> `Assoc of (string * Yojson.Safe.t) list ]
val name : unit -> string
val arbitrary : unit -> (Base1.t * Base2.t * Base3.t * Base4.t) QCheck.arbitrary
OCaml

Innovation. Community. Security.