Skip to content

Commit 5dd3fe5

Browse files
committed
Remove ll-operator
Absolute continuity is not really implemented yet.
1 parent 55c12d7 commit 5dd3fe5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/MeasureBase.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ using Static
3737
using Static: StaticInteger
3838
using FunctionChains
3939

40-
export
4140
export gentype
4241

4342
export AbstractMeasure

src/absolutecontinuity.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@
5454
# representative(μ) ≪ representative(ν) && return true
5555
# return false
5656
# end
57+
58+
# ≪(::M, ::WeightedMeasure{R,M}) where {R,M} = true
59+
# ≪(::WeightedMeasure{R,M}, ::M) where {R,M} = true

src/combinators/weighted.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ end
4646

4747
Base.:*(m::AbstractMeasure, k::Real) = k * m
4848

49-
(::M, ::WeightedMeasure{R,M}) where {R,M} = true
50-
(::WeightedMeasure{R,M}, ::M) where {R,M} = true
51-
5249
gentype::WeightedMeasure) = gentype.base)
5350

5451
insupport::WeightedMeasure, x) = insupport.base, x)

0 commit comments

Comments
 (0)