package goblint

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

Parameters

module L : Printable.S
module R : Printable.S
module Msg : FlagError

Signature

type t = L.t option * R.t option
val unop : ('a -> 'b) -> ('c -> 'd) -> ('e option * 'f option) -> 'g
val binop : ('a -> 'b -> 'c) -> ('d -> 'e -> 'f) -> ('g option * 'h option) -> ('i option * 'j option) -> 'k
val unop_to_t : ('a -> 'b) -> ('c -> 'd) -> ('e option * 'f option) -> 'g option * 'h option
val binop_to_t : ('a -> 'b -> 'c) -> ('d -> 'e -> 'f) -> ('g option * 'h option) -> ('i option * 'j option) -> 'k option * 'l 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) -> GoblintCil.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