package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The only kind of information carried in Catala identifiers is the original string of the identifier annotated with the position where it is declared or used.

type info = string Mark.pos
val to_string : info -> string
val format : Format.formatter -> info -> unit
val equal : info -> info -> bool

Equality disregards position

val compare : info -> info -> int

Comparison disregards position