package current

  1. Overview
  2. Docs
type 'a or_error = ('a, [ `Msg of string ]) result
module type T = sig ... end
module type INPUT = sig ... end
module type ANALYSIS = sig ... end
module type TERM = sig ... end
module type EXECUTOR = sig ... end