1signature HM_BaseEnv =
2sig
3
4  val make_base_env : HM_Cline.t -> Holmake_types.env
5  val debug_info : HM_Cline.t -> string
6
7end
8