type t = | AssertionFailure| InvalidMemoryAccess| DivisionByZero| SignedIntegerOverflowInArithmetic| SignedIntegerOverflowInExplicitCast| SignedIntegerOverflowInImplicitCast| UnsignedIntegerOverflowInArithmetic| UnsignedIntegerOverflowInExplicitCast| UnsignedIntegerOverflowInImplicitCast| InvalidShift| InvalidPointerComparison| InvalidPointerSubtraction| DoubleFree| NegativeArraySize| StubCondition
val to_yojson : t -> [> `String of string ]