sig
  val adaptor :
    (< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
       passwd : Line.absent; ps : 'f; seq : 'g; source : 'h; stat : 'i > ->
     < delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
       passwd : Line.present; ps : 'f; seq : 'g; source : 'h; stat : 'i >)
    Adaptor.adaptor
  val fitting :
    (< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
       passwd : Line.absent; ps : 'f; seq : 'g; source : 'h; stat : 'i > ->
     < delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
       passwd : Line.present; ps : 'f; seq : 'g; source : 'h; stat : 'i >)
    Adaptor.fitting_adaptor
  val reader : Reader.t
  val splitter :
    (< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
       passwd : Line.absent; ps : 'f; seq : 'g; source : 'h; stat : 'i > ->
     < delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : 'e;
       passwd : Line.present; ps : 'f; seq : 'g; source : 'h; stat : 'i >)
    Adaptor.splitter
end