Module Unix.Exit_or_signal

type error = [
| Exit.error
| `Signal of Signal.t
]
type t = (Core_kernel__.Import.uniterror) Core_kernel.Result.t