From dd75a653d315813cba6798cf5f3ffb3b1ff81db5 Mon Sep 17 00:00:00 2001 From: "Craig M. Hamel" Date: Fri, 17 Oct 2025 20:22:38 -0400 Subject: [PATCH] makign supertype Function. --- src/TabularFunctions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)