Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rtop: show directive fails on remapped operators #1766

Closed
Octachron opened this issue Jan 22, 2018 · 1 comment · Fixed by #2147
Closed

Rtop: show directive fails on remapped operators #1766

Octachron opened this issue Jan 22, 2018 · 1 comment · Fixed by #2147

Comments

@Octachron
Copy link

Using #show on remapped operators prints the signature of the corresponding OCaml operator, not the remapped Reason operator. For instance, #show (^) prints the signature of (++):

#show (^)

let ( ^ ): (string, string) => string;

whereas

(^); 
  • : (ref('a)) => 'a =

and requesting the signature of (++) itself fails:

#show (++)

Unknown element.

@jordwalke
Copy link
Member

Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants