package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type _ cast =
  1. | C8 : int cast
  2. | C32 : int32 cast
  3. | C64 : int64 cast
type t =
  1. | Ty_app
  2. | Ty_bitv of int
  3. | Ty_bool
  4. | Ty_fp of int
  5. | Ty_int
  6. | Ty_list
  7. | Ty_none
  8. | Ty_real
  9. | Ty_str
  10. | Ty_unit
  11. | Ty_regexp
val compare : t -> t -> int
val equal : t -> t -> bool
val pp : t Fmt.t
val string_of_type : t -> string
val of_string : string -> (t, [> `Msg of string ]) Smtml_prelude.Result.t
val size : t -> int
module Unop : sig ... end
module Binop : sig ... end
module Relop : sig ... end
module Triop : sig ... end
module Cvtop : sig ... end
module Naryop : sig ... end
OCaml

Innovation. Community. Security.