Melange_compiler_libs.Annot
type call =
| Tail
| Stack
| Inline
;
type ident =
| Iref_internal(Location.t)
| Iref_external
| Idef(Location.t)