Skip to content

README example fails #3

@cscherrer

Description

@cscherrer

Looks like rmlines is not exported:

julia> println(func |> rmlines)
ERROR: UndefVarError: rmlines not defined
Stacktrace:
 [1] top-level scope at REPL[4]:1

julia> println(func |> JuliaVariables.rmlines)
[]function (f)(x)
    y = (@global +)(@cell x, 1)
    let y = (@global +)(@cell y, 1)
        [cell y,cell x]((@global +)(@cell x, @cell y, @z) for z = (@global :)(1, 10))
    end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions