Previous
Up
Next
Module
Cf_exnopt
module
Cf_exnopt:
sig
..
end
A utility type representing the sum of a parameter and an exception.
type
'a
t
=
|
U
of
'a
|
X
of
exn