We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d535e7d commit 3105fbdCopy full SHA for 3105fbd
Project.toml
@@ -1,7 +1,7 @@
1
name = "StatisticalTraits"
2
uuid = "64bff920-2084-43da-a3e6-9bb72801c0c9"
3
authors = ["Anthony D. Blaom <[email protected]>"]
4
-version = "3.3.0"
+version = "3.4.0"
5
6
[deps]
7
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
test/runtests.jl
@@ -5,7 +5,7 @@ import SparseArrays
module Fruit
8
-struct RedApple{T}
+struct RedApple{T}
9
x::T
10
end
11
0 commit comments