Module Melange_compiler_libs.Annot

type call =
  1. | Tail
  2. | Stack
  3. | Inline
;
type ident =
  1. | Iref_internal(Location.t)
  2. | Iref_external
  3. | Idef(Location.t)
;