Substitution.Head
type t =
| None of {
location : Syncom.Location.t;
}
| Identity of {
| Substitution_variable of {
identifier : Syncom.Identifier.t;
closure : t Support.Option.t;