package ocaml-migrate-parsetree

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val find_in_path : string list -> string -> string
val find_in_path_uncap : string list -> string -> string
type ref_and_value =
  1. | R : 'a Pervasives.ref * 'a -> ref_and_value
val protect_refs : ref_and_value list -> (unit -> 'a) -> 'a
val may_map : ('a -> 'b) -> 'a option -> 'b option
module Stdlib : sig ... end