packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Expr/FunSection.hs

module Expr.FunSection where

data Rule = Rule {
    rulePath :: String -> Bool }

f r = filter (`rulePath` r)