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