Module Annot.Item

type nonrec t = (t * bool) list

Annotation for one item: a list of annotations with visibility.

val compare : t -> t -> int
val equal : t -> t -> bool
val pp : F.formatter -> t -> unit

Pretty print an item annotation.

val empty : t

Empty item annotation.

val is_final : t -> bool

Check if final annotation is included in.