Module FlagHelper.FlagHelperSource

Parameters

module L : Printable.S
module R : Printable.S
module Msg : FlagError

Signature

Sourcetype t = L.t option * R.t option
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval hash : t -> int
Sourceval unop : ('a -> 'b) -> ('c -> 'b) -> ('a option * 'c option) -> 'b
Sourceval binop : ('a -> 'b -> 'c) -> ('d -> 'e -> 'c) -> ('a option * 'd option) -> ('b option * 'e option) -> 'c
Sourceval unop_to_t : ('a -> 'b) -> ('c -> 'd) -> ('a option * 'c option) -> 'b option * 'd option
Sourceval binop_to_t : ('a -> 'b -> 'c) -> ('d -> 'e -> 'f) -> ('a option * 'd option) -> ('b option * 'e option) -> 'c option * 'f option
Sourceval show : (L.t option * R.t option) -> string
Sourceval pretty : unit -> (L.t option * R.t option) -> Printable.Pretty.doc
Sourceval printXml : 'a BatInnerIO.output -> (L.t option * R.t option) -> unit
Sourceval to_yojson : (L.t option * R.t option) -> Yojson.Safe.t
Sourceval relift : (L.t option * R.t option) -> L.t option * R.t option
Sourceval tag : 'a -> 'b
Sourceval arbitrary : unit -> 'a