Cobol_ir.Syntaxinclude module type of struct include Cobol_common.Srcloc.INFIX endval (&@) : 'a -> Cobol_common.Srcloc.srcloc -> 'a Cobol_common.Srcloc.with_locval (&@<-) :
'a ->
'b Cobol_common.Srcloc.with_loc ->
'a Cobol_common.Srcloc.with_locval (~&) : 'a Cobol_common.Srcloc.with_loc -> 'aval (~&?) : 'a Cobol_common.Srcloc.with_loc option -> 'a optionval (~@) : 'a Cobol_common.Srcloc.with_loc -> Cobol_common.Srcloc.srclocval (~@?) :
'a Cobol_common.Srcloc.with_loc option ->
Cobol_common.Srcloc.srcloc optionval (~&@) : 'a Cobol_common.Srcloc.with_loc -> 'a * Cobol_common.Srcloc.srclocval (and*) :
('a, 'b Cobol_ir.Types.NEL.t) Stdlib.result ->
('c, 'b Cobol_ir.Types.NEL.t) Stdlib.result ->
('a * 'c, 'b Cobol_ir.Types.NEL.t) Stdlib.resultval (and*^) :
('a, 'b) Stdlib.result ->
('c, 'b) Stdlib.result ->
('a * 'c, 'b Cobol_ir.Types.NEL.t) Stdlib.result