package soteria

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

Module Svalue.Unop

type t =
  1. | Not
  2. | GetPtrLoc
  3. | GetPtrOfs
  4. | BvOfBool of int
  5. | BvOfFloat of RoundingMode.t * bool * int
  6. | FloatOfBv of RoundingMode.t * bool * FloatPrecision.t
  7. | FloatOfBvRaw of FloatPrecision.t
  8. | BvExtract of int * int
  9. | BvExtend of bool * int
  10. | BvNot
  11. | Neg of bool
  12. | FAbs
  13. | FIs of FloatClass.t
  14. | FRound of RoundingMode.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val pp_signed : Format.formatter -> bool -> unit