package rotor

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

Module type InputState.S

val get_input : unit -> Sourcefile.t
val set_input : Sourcefile.t -> unit
val input_module : unit -> string
val input_lib : unit -> string option
val dispatch_on_input_type : intf_f:(Compiler.Typedtree.signature -> 'a) -> impl_f:(Compiler.Typedtree.structure -> 'a) -> 'a