Module Tezos_webassembly_interpreter.V128
type ('i8x16, 'i16x8, 'i32x4, 'i64x2, 'f32x4, 'f64x2) laneop = | I8x16 of 'i8x16| I16x8 of 'i16x8| I32x4 of 'i32x4| I64x2 of 'i64x2| F32x4 of 'f32x4| F64x2 of 'f64x2
type shape = (unit, unit, unit, unit, unit, unit) laneopval num_lanes : ('a, 'b, 'c, 'd, 'e, 'f) laneop -> intval string_of_shape : ('a, 'b, 'c, 'd, 'e, 'f) laneop -> stringval to_string : t -> stringval to_hex_string : t -> stringval of_strings : shape -> string list -> tmodule V8x16 : sig ... end