package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
type t = ThreadLifted.t option
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
type group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val pretty : unit -> t -> GoblintCil.Pretty.doc
val show : ThreadLifted.t option -> string
val printXml : 'a BatInnerIO.output -> ThreadLifted.t option -> unit
val to_yojson : ThreadLifted.t option -> Yojson.Safe.t
val relift : ThreadLifted.t option -> ThreadLifted.t option
val name : unit -> string
val may_race : t -> t -> bool
val should_print : 'a option -> bool