Open zenna opened 3 years ago
Given some function f, such as +, it seems like we should be able to formulate the pgf in terms of choose
f
+
Something like choose(+, Tuple{Int, Int}, ::XY, ::\Theta)
choose(+, Tuple{Int, Int}, ::XY, ::\Theta)
Given some function
f
, such as+
, it seems like we should be able to formulate the pgf in terms of chooseSomething like
choose(+, Tuple{Int, Int}, ::XY, ::\Theta)