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

Missing => infix operator escape #1944

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2018

  1. Missing => infix operator escape

    This PR applies the same solution that we use for `/\*` and makes `=\>` work
    
    fixes reasonml#1941
    anmonteiro committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    79ff78d View commit details
    Browse the repository at this point in the history
  2. fix warning

    anmonteiro committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    fa307a2 View commit details
    Browse the repository at this point in the history
  3. only escape fat arrow

    anmonteiro committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    1d5e115 View commit details
    Browse the repository at this point in the history
  4. better / more tests

    anmonteiro committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    9d25a58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69fb82a View commit details
    Browse the repository at this point in the history