package smtml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. ty : Ty.t;
  2. name : string;
}
val (@:) : string -> Ty.t -> t
val compare : t -> t -> int
val equal : t -> t -> Prelude.Bool.t
val make : Ty.t -> string -> t
val mk_symbol : Ty.t -> string -> t
  • deprecated Please use 'make' instead
val pp : Prelude.Fmt.formatter -> t -> unit
val rename : t -> string -> t
val to_string : t -> string
val to_json : t -> Yojson.Basic.t
val type_of : t -> Ty.t
OCaml

Innovation. Community. Security.