Source file Dynamic_plugins.ml

1
2
3
let xs : (module LINT.TYPED) list ref = ref []
let all () = !xs
let add x = xs := x :: !xs