Class Location.located_reduce2
method visit_lexing_position : 'env. 'env ->
Morbig.CST.lexing_position ->
Morbig.CST.lexing_position ->
'c
method visit_located : 'env 'a_0 'a_1. ('env -> 'a_0 -> 'a_1 -> 'c) ->
'env ->
'a_0 Morbig.CST.located ->
'a_1 Morbig.CST.located ->
'c
method visit_position : 'env. 'env ->
Morbig.CST.position ->
Morbig.CST.position ->
'c