package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.1.0.tbz
sha256=bfc412ec2e447eaef6f4f83892e3511ebf305593cb00561c1406be3ae8bf48e9
sha512=5f2a162e5f36bffafc9836b0d18b5b2808cecfa6bf68f83bb7d1e8b9947ac74cf07776eb09274b4b29d55c897a45a10768f0d9ed25810cf6ba2409c525e4cd4d

doc/goblint.lib/Goblint_lib/FlagHelper/GroupableFlagHelper/index.html

Module FlagHelper.GroupableFlagHelper

Parameters

module Msg : FlagError

Signature

include sig ... end
type t = L.t option * R.t option
val unop : ('a -> 'b) -> ('c -> 'b) -> ('a option * 'c option) -> 'b
val binop : ('a -> 'b -> 'c) -> ('d -> 'e -> 'c) -> ('a option * 'd option) -> ('b option * 'e option) -> 'c
val unop_to_t : ('a -> 'b) -> ('c -> 'd) -> ('a option * 'c option) -> 'b option * 'd option
val binop_to_t : ('a -> 'b -> 'c) -> ('d -> 'e -> 'f) -> ('a option * 'd option) -> ('b option * 'e option) -> 'c option * 'f option
val equal : (L.t option * R.t option) -> (L.t option * R.t option) -> bool
val hash : (L.t option * R.t option) -> int
val compare : (L.t option * R.t option) -> (L.t option * R.t option) -> int
val show : (L.t option * R.t option) -> string
val pretty : unit -> (L.t option * R.t option) -> Goblint_lib__Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> (L.t option * R.t option) -> unit
val to_yojson : (L.t option * R.t option) -> Yojson.Safe.t
val relift : (L.t option * R.t option) -> L.t option * R.t option
val tag : 'a -> 'b
val arbitrary : unit -> 'a
type group = L.group option * R.group option
val trace_enabled : bool
val show_group : (L.group option * R.group option) -> string
val to_group : (L.t option * R.t option) -> (L.group option * R.group option) option
OCaml

Innovation. Community. Security.