Skip to content

Commit e7ad4d3

Browse files
committed
added Reduce and ReduceLinAlg
1 parent 818f2b7 commit e7ad4d3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/ReduceAlgebra.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
__precompile__()
12
module ReduceAlgebra
23

3-
# package code goes here
4+
# This file is part of ReduceAlgebra.jl. It is licensed under the MIT license
5+
# Copyright (C) 2018 Michael Reed
6+
7+
using Reduce
8+
using ReduceLinAlg
9+
10+
__init__() = nothing
411

512
end # module

0 commit comments

Comments
 (0)