Module Pulselib.PulseSatUnsat

type 'a t =
| Unsat
| Sat of 'a
module Types : sig ... end

for opening to get Sat and Unsat in the namespace

val map : ('a -> 'b) -> 'a t -> 'b t
val bind : ('a -> 'b t) -> 'a t -> 'b t
module Import : sig ... end