package hg_lib

  1. Overview
  2. Docs

A type that is intended to be used to add additional arguments to every function. E.g. the provided default uses this type to represent flags that can be passed to any hg command, like "--cwd".

type 'a t
val map : 'a t -> f:('a -> 'b) -> 'b t