package rotor

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Rotor_env.Persistent_signature

type t = Env.Persistent_signature.t = {
  1. filename : string;
  2. cmi : Cmi_format.cmi_infos;
}
val load : (unit_name:string -> t option) ref