jon.recoil.org

Module Compile_common.Parse_result

type 'a t = {
  1. ast : 'a;
  2. info : Compile_common.info;
}