Module Cobol_common.Basics

module CharSet : sig ... end
module LIST : sig ... end
module NEL : sig ... end

Representation for non-empty lists

type 'a nel = 'a NEL.t
val pp_nel : 'a Pretty.printer -> Stdlib.Format.formatter -> 'a NEL.t -> unit
val compare_nel : ('a -> 'b -> int) -> 'a NEL.t -> 'b NEL.t -> int