Skip to content
Snippets Groups Projects
  • Etienne Kneuss's avatar
    554d6e66
    Refactor Phases/Pipelines · 554d6e66
    Etienne Kneuss authored
    1) run's prototype follows apply's prototype: (ctx, v) instead of
    (ctx)(v)
    
    2) run() returns a possibly updated context. SimpleLeonPhase defines
    apply and returns the same context.
    554d6e66
    History
    Refactor Phases/Pipelines
    Etienne Kneuss authored
    1) run's prototype follows apply's prototype: (ctx, v) instead of
    (ctx)(v)
    
    2) run() returns a possibly updated context. SimpleLeonPhase defines
    apply and returns the same context.