Skip to content

Commit 8ceef93

Browse files
committed
first stuff
1 parent 8b74a67 commit 8ceef93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/DistributionMeasures.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
module DistributionMeasures
22

3-
# Write your package code here.
3+
const MeasureLike = Union{AbstractMeasure,Distribution}
4+
5+
struct DistributionMeasure{D<:Distribution} <: AbstractMeasure
6+
d::D
7+
end
48

59
end

0 commit comments

Comments
 (0)