Skip to content
  • Richard Eisenberg's avatar
    Fix Trac #8138. · ac382ab9
    Richard Eisenberg authored
    The code in CoreLint did not take into account the possibility of
    ~R# arguments to functions. These can arise in argToPat in SpecConstr.
    Now, CoreLint does not fail when it sees a ~R# parameter.
    
    This commit also updates the core-spec document accordingly.
    ac382ab9