package catala

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

Same as Gen but also registers path information

Parameters

module _ : Style

Signature

include Id with type info = Path.t * MarkedString.info
type t
val compare : t -> t -> int
val equal : t -> t -> bool
val format : Format.formatter -> t -> unit
val to_string : t -> string
val hash : t -> int
module Set : Set.S with type elt = t
module Map : Map.S with type key = t
val fresh : Path.t -> MarkedString.info -> t
val path : t -> Path.t
val get_info : t -> MarkedString.info