grace.source_reader
Grace_source_reader.Source_descr
A source descriptor is a handle for an open source
grace
grace.ansi_renderer
grace.std
type t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Grace_std.Comparable.S with type t := t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val min : t -> t -> t
val max : t -> t -> t
val source : t -> Grace.Source.t
source sd returns the underlying source of the descriptor.
source sd