package orgeat

  1. Overview
  2. Docs

Module Literal.VariableSource

include Smol.Literal.S
Sourcetype t

The type of literals, which are abstract representation of values.

Sourceval to_string : t -> string

Returns the string representation of a literal

Sourceval compare : t -> t -> int

A total ordering on the literals, which is the lexicographical ordering on their names

Sourceval equal : t -> t -> bool

Equality on the literals. Two literals are equal iff their name is the same.

Sourceval z : t
Sourceval of_string : string -> t
OCaml

Innovation. Community. Security.