Skip to content

Commit

Permalink
Update README for abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
cstjean committed Mar 4, 2017
1 parent fd5c0fb commit 70b76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using QuickTypes # install with Pkg.add("QuickTypes")
@qmutable Pack{T}(animals::Vector{T})

# Inheritance
abstract Tree
abstract type Tree end
@qmutable Maple(qty_syrup::Float64) <: Tree

# Immutables work the same way
Expand Down

0 comments on commit 70b76dc

Please sign in to comment.