Module Binary.Shift_op

module Rhs : sig ... end
type t =
  1. | Lsl
  2. | Asr
  3. | Lsr
val to_string : t -> string