Skip to content

sweepFragments not given declarations #39

@scmu

Description

@scmu

In the file Server/Handler/GCL/Refine.hs, the function sweepFragment calls runWP with arguments

runWP
      (structStmts Primary (pre, Nothing) impl post)
      (Map.empty, []) -- SCM: this can't be right.
      counter

The (Map.empty, []) is supposed to be declarations in the main programs. I put (Map.empty, []) there temporarily, and it should be fixed later.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions