Closed
Description
opened on Dec 2, 2013
This is what I just got when writing bool
instead of Bool
:
julia> type DataValue
value
isna::bool
end
ERROR: type: DataValue: in type definition, expected Type{T<:Top}, got Function
julia> type DataValue
value
isna::Bool
end
ERROR: invalid redefinition of constant DataValue
So it looks like after an incorrect definition you end up with an incomplete type or something...
(Yes, newcomers are terrible testers, every stupid thing will be tried! ;-)
Metadata
Assignees
Labels
No labels
Activity