module Test exports ( Foo, Bar(..), ); type alias T = SomeModule.T(Int); type alias Identity(a) = (a) -> a;