Module Domain_builder

module Domain_builder: sig .. end

module type InputDomain = sig .. end
module Complete: 
functor (Domain : InputDomain) -> Abstract_domain.Internal with type state = Domain.state and type value = Domain.value and type location = Domain.location and type return = Domain.return