Module Ecaml.Advice.Position

The position of one piece of advice in the list of all pieces of advice for a function.

type t =
| First
| Last
| Zero_based of int
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t