package bistro-bio

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bistro_bio.SE_or_PESource

Sourcetype 'a t =
  1. | Single_end of 'a
  2. | Paired_end of 'a * 'a
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval fst : 'a t -> 'a