Skip to content

Commit 64ce8f7

Browse files
Parameters.jl still necessary
1 parent 16a953e commit 64ce8f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lectures/getting_started_julia/introduction_to_types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ remedied with the `@kwdef` macro from `Base`.
488488

489489
```{code-cell} julia
490490
using Base: @kwdef
491+
using Parameters
491492
492493
@kwdef struct Foo5
493494
a::Float64 = 2.0 # adds default value

0 commit comments

Comments
 (0)