Module Directive.Processed

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