Skip to content
  • Matthew Pickering's avatar
    251471e7
    Cleanup BuiltInSyntax vs UserSyntax · 251471e7
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    There was some confusion about whether FUN/TYPE/One/Many should be
    BuiltInSyntax or UserSyntax. The answer is certainly UserSyntax as
    BuiltInSyntax is for things which are directly constructed by the parser
    rather than going through normal renaming channels.
    
    I fixed all the obviously wrong places I could find and added a test for
    the original bug which was caused by this (#21752)
    
    Fixes #21752 #20695 #18302
    251471e7
    Cleanup BuiltInSyntax vs UserSyntax
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    There was some confusion about whether FUN/TYPE/One/Many should be
    BuiltInSyntax or UserSyntax. The answer is certainly UserSyntax as
    BuiltInSyntax is for things which are directly constructed by the parser
    rather than going through normal renaming channels.
    
    I fixed all the obviously wrong places I could find and added a test for
    the original bug which was caused by this (#21752)
    
    Fixes #21752 #20695 #18302
Loading