package links

  1. Overview
  2. Docs
type 'a result = {
  1. program : 'a;
  2. datatype : Types.datatype;
  3. context : Context.t;
}