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
| `Not_found of string * string option
| `Not_in_env of string
| `At_origin
]