Reference to current module in OCaml

Is there any kind of keyword, like this, to refere to a current module? For example, what should I put in gap here:

module Test: Test_Type =
struct

    module N = Test_Outside(___);;

end;;

Where Test_Outside is another module parameterized by Test_Type.

5
задан Nutel 17 December 2010 в 23:20
поделиться