package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | File of string
  2. | Halt
  3. | Unknown
val read_input : in_channel -> t
val send_file : out_channel:out_channel -> string -> unit