structure CompSyn = CompSyn (structure Global = Global structure IntSyn' = IntSyn structure Names = Names structure Table = IntRedBlackTree); structure CPrint = CPrint (structure IntSyn' = IntSyn structure CompSyn' = CompSyn structure Print = Print structure Formatter = Formatter structure Names = Names); structure Compile = Compile (structure IntSyn' = IntSyn structure CompSyn' = CompSyn structure Whnf = Whnf structure TypeCheck = TypeCheck structure CPrint = CPrint structure Print = Print structure Names = Names); structure Assign = Assign (structure IntSyn' = IntSyn structure Whnf = Whnf structure Unify = UnifyTrail structure Print = Print);