Module Annot.Item
type nonrec t
= (t * bool) list
Annotation for one item: a list of annotations with visibility.
val empty : t
Empty item annotation.
val is_final : t -> bool
Check if final annotation is included in.
module Normalizer : IStdlib.HashNormalizer.S with type t = t