Module Ast_408_helper.Misc

val find_in_path : string list -> string -> string
val find_in_path_uncap : string list -> string -> string
type ref_and_value =
| R : 'a Stdlib.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