packages feed

ruler-0.4.0.0: src/AS1/RlSel.cag

-------------------------------------------------------------------------
-- Query function to be used
-------------------------------------------------------------------------

%%[1 ag

ATTR AllDecl [ rlSelIsSel: RlSelIsSel | | ]

SEM AGItf
  | AGItf           loc     .   rlSelIsSel  =   case optMbRlSel @lhs.opts of
                                                    Just rs -> rlSelIsSel @vwDpdGr rs
                                                    _       -> \_ _ _ -> True

%%]