Source position: exec.pas line 199
type TMinList = record
mlh_Head: PMinNode;
mlh_Tail: PMinNode;
mlh_TailPred: PMinNode;
end;