Module Directive.ProcessedSource

Sourcetype acceptable_in_input = [
  1. | include_path
  2. | no_processing_required
]
Sourcetype t = [
  1. | acceptable_in_input
  2. | `ERROR_MSG of string
]