src/AlgTools.jl

changeset 34
22a64e826ee7
parent 33
a60d2f12ef93
child 35
d881275c6564
--- a/src/AlgTools.jl	Mon Dec 06 11:52:10 2021 +0200
+++ b/src/AlgTools.jl	Tue Dec 07 11:41:07 2021 +0200
@@ -20,8 +20,10 @@
 """
 module AlgTools
 
+include("FunctionalProgramming.jl")
 include("StructTools.jl")
 include("LinkedLists.jl")
+include("Logger.jl")
 include("Iterate.jl")
 include("VectorMath.jl")
 include("Util.jl")

mercurial