You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ println("Price of house:$(price(h))") # no need to redefine h
43
43
> Price of house:130
44
44
```
45
45
46
-
NOTE: Parametric types cannot be _defined_ inside a `creload`ed module. (This is no longer an issue on Julia 0.6, see [#17618](https://github.com/JuliaLang/julia/pull/17618)). Using parametric types is fine.
46
+
NOTE: Parametric types cannot be defined inside a `creload`ed module on Julia 0.5.
0 commit comments