You can search for identifiers within the package.
in-package search v0.2.0
Code generation helpers.
val generated_header : ?argv:string array -> ?time:Ptime.t -> unit -> string
val append : Stdlib.Format.formatter -> ('a, Stdlib.Format.formatter, unit, unit, unit, unit) Stdlib.format6 -> 'a
val newline : Stdlib.Format.formatter -> unit
val set_main_ml : string -> unit
Define the current main file.
val append_main : ('a, Stdlib.Format.formatter, unit, unit, unit, unit) Stdlib.format6 -> 'a
Add some string to main.ml.
main.ml
val newline_main : unit -> unit
Add a newline to main.ml.