hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

inspect.ml: Fix syntax error in call to Ident.name #1

Closed joshmhanson closed 5 years ago

joshmhanson commented 5 years ago

This fixes an error that prevented the project from compiling. ident.Ident.name didn't make sense since it would imply accessing a record.