package coccinelle

  1. Overview
  2. Docs
val mutable registered : (unit -> unit) list
val mutable data : 'a
method get : 'a
method modify : ('a -> 'a) -> unit
method register : (unit -> unit) -> unit
method set : 'a -> unit