module N; import M open; import Stdlib.Prelude open; test : {A : Type} -> A -> A; test x := x; type Unit := | unit : Unit;