Skip to content
  • AndyGill's avatar
    Adding a GENERATED pragma · d386e0d2
    AndyGill authored
    Adding a {-# GENERATED "SourceFile" SourceSpan #-} <expr> pragma.
    This will be used to generate coverage for tool generated (or quoted) code.
    The pragma states the the expression was generated/quoted from the stated
    source file and source span.
    d386e0d2