Up

module Track_definition

: sig
#
val section : Logger.section
#
val from_string : project:Merlin_lib.Project.t -> env:Env.t -> local_defs:[ ] list -> is_implementation:bool -> ?pos:Lexing.position -> [
| `ML
| `MLI
] -> string -> [>
| `File_not_found of string
| `Found of string option * Lexing.position
| `Not_found of string * string option
| `Not_in_env of string
| `At_origin
]
end