Module Proof.Src
Source
Where a statement/object originally comes from (file, location, named statement, etc.)
type t= source
val equal : t -> t -> boolval hash : t -> intval view : t -> source_viewval file : from_file -> stringval name : from_file -> string optionval loc : from_file -> ParseLocation.t optionval from_file : ?loc:ParseLocation.t -> ?name:string -> ?attrs:UntypedAST.attrs -> string -> tval internal : attrs -> tval pp_from_file : from_file CCFormat.printerval pp_role : role CCFormat.printerval pp : t CCFormat.printerval pp_tstp : t CCFormat.printerval to_attrs : t -> UntypedAST.attrs