Property definitions

functional $ StrLenFn :: defaultinit
class StrLenFn
        super Fun1[String,Int]
        redef fun call(x)
        do
                return x.length
        end
end
lib/functional/test_utils.nit:118,1--124,3