package electrod

  1. Overview
  2. Docs

Symbols are hash-consed strings

type t
val make : string -> t
val compare : t -> t -> int
val compare_string : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
include Intf.Print.S with type t := t
val pp : t Fmtc.t
val to_string : t -> string