package relit_helper

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type expansion_error_data = {
  1. msg : string;
  2. loc : Segment.t option;
}
exception ExpansionError of expansion_error_data
module ProtoExpr : sig ... end
module Segment : sig ... end