this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix loc

+1 -1
+1 -1
lib/impl.ml
··· 900 900 in 901 901 let enclosing = 902 902 List.map 903 - (fun (x, y, z) -> (x, map_index_or_string y, map_tail_position z)) 903 + (fun (x, y, z) -> (map_loc line1 x, map_index_or_string y, map_tail_position z)) 904 904 enclosing 905 905 in 906 906 IdlM.ErrM.return enclosing