calli
Calli.Metadata
module Alias : sig ... end
type t =
| Empty
| Meta of {
alias : Alias.t;
}
val pp : Format.formatter -> t -> unit