Variable HeadAndChildrenImplConst

HeadAndChildrenImpl: {
    children<T>(this): Tail<T>;
    head<T>(this): T;
} = ...

Type declaration