You can search for identifiers within the package.
in-package search v0.2.0
module type T = sig ... end
module type RAW_BASE = sig ... end
module Make (Scalar : Fr.T) (Stubs : RAW_BASE) : T with module Scalar = Scalar