diff --git a/src/TabularFunctions.jl b/src/TabularFunctions.jl index 80320d2..5281a22 100644 --- a/src/TabularFunctions.jl +++ b/src/TabularFunctions.jl @@ -33,7 +33,7 @@ $(TYPEDEF) """ abstract type AbstractTabularFunction{ V <: AbstractVector{<:Number} -} end +} <: Function end """ $(TYPEDSIGNATURES)