Source position: exec.pas line 204
type tMinList = record
mlh_Head: pMinNode;
mlh_Tail: pMinNode;
mlh_TailPred: pMinNode;
end;