Module Shape.DeBruijn_env

DeBruijn Environment for working with the recursive binders.

type 'a t
val empty : 'a t
val is_empty : 'a t -> bool
val push : 'a t -> 'a -> 'a t
val get_opt : 'a t -> de_bruijn_index:DeBruijn_index.t -> 'a option