package biocaml

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

Source file sam.ml

1
2
3
4
5
6
7
8

open CFStream

include Biocaml_unix.Sam

let read ?start ic =
  (read ?start ic |> ok_exn) |> fun (hdr, pipe_r) ->
  hdr, Stream.map pipe_r ~f:ok_exn
OCaml

Innovation. Community. Security.