package goblint

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

Parameters

module N : Name

Signature

type t = unit
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 StdLeaf end

Default dummy definitions for leaf types: primitive and CIL types, which don't contain inner types that require relifting.

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 relift : 'a -> 'b
val pretty : unit -> 'a -> Pretty.doc
val show : 'a -> string
val name : unit -> string
val printXml : 'a BatInnerIO.output -> unit -> unit
val to_yojson : unit -> [> `String of string ]
val arbitrary : unit -> unit QCheck.arbitrary
OCaml

Innovation. Community. Security.