Skip to content

Error in chp4 #70

@lafith

Description

@lafith

Under the section 'Type inference and empty collections' It is mentioned that 'Julia has a dedicated type, None – a subtype of Any – that applies to the empty set'. But following is the output I am getting in REPL:

	julia> empty_set = []
       Any[]

instead of:

	julia> empty_set = []
	0-element Array{None,1}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions