haskell-tools-refactor-1.0.1.1: examples/Expr/FunSection.hs
module Expr.FunSection where
data Rule = Rule {
rulePath :: String -> Bool }
f r = filter (`rulePath` r)
module Expr.FunSection where
data Rule = Rule {
rulePath :: String -> Bool }
f r = filter (`rulePath` r)