package catala

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

Module Ast.FuncNameSource

type t
type info = string Catala_utils.Mark.pos
val fresh : info -> t
val get_info : t -> info
val map_info : (info -> info) -> t -> t
val compare : t -> t -> int
val equal : t -> t -> bool
val format : Format.formatter -> t -> unit
val to_string : t -> string
val id : t -> int
val hash : t -> Catala_utils.Hash.t
module Set : sig ... end
module Map : sig ... end