Module Llvm.LandingPadClauseTy


module LandingPadClauseTy: sig .. end
The type of a clause of a landingpad instruction. See llvm::LandingPadInst::ClauseType.


type t =
| Catch
| Filter