package sawja

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type p_instr = instr
type p_code = bir
type p_handler = exception_handler
val iter_code : (int -> instr list -> unit) -> bir -> unit
val iter_exc_handler : (exception_handler -> unit) -> bir -> unit
val exc_handler_html : 'a -> 'b -> 'c -> exception_handler -> JPrintHtml.elem