File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5943,15 +5943,15 @@ and parse_polymorphic_variant_type_spec_hash ~attrs ~full p :
59435943  let  ident, loc =  parse_hash_ident ~start_pos  p in 
59445944  let  rec  loop  p  = 
59455945    match  p.Parser. token with 
5946-     |  Band  when  full ->
5946+     |  Ampersand  when  full ->
59475947      Parser. next p;
59485948      let  row_field =  parse_polymorphic_variant_type_args p in 
59495949      row_field :: loop p
59505950    |  _  -> [] 
59515951  in 
59525952  let  first_tuple, tag_contains_a_constant_empty_constructor = 
59535953    match  p.Parser. token with 
5954-     |  Band  when  full ->
5954+     |  Ampersand  when  full ->
59555955      Parser. next p;
59565956      ([parse_polymorphic_variant_type_args p], true )
59575957    |  Lparen  -> ([parse_polymorphic_variant_type_args p], false )
Original file line number Diff line number Diff line change @@ -855,7 +855,7 @@ let rec scan scanner =
855855        Token. Land 
856856      |  _  ->
857857        next scanner;
858-         Token. Band )
858+         Token. Ampersand )
859859    |  '^'  -> (
860860      match  (peek scanner, peek2 scanner) with 
861861      |  '^' , '^'  ->
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments