Module Ast.ScopeDef

Inside a scope, a definition can refer either to a scope def, or a subscope def

val compare : t -> t -> int
val get_position : t -> Catala_utils.Pos.t
val format_t : Stdlib.Format.formatter -> t -> unit
val hash : t -> int
module Map : Stdlib.Map.S with type key = t
module Set : Stdlib.Set.S with type elt = t