Skip to content

Commit

Permalink
import equations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Brown authored and kris-brown committed Jun 18, 2024
1 parent b304bf0 commit 7ee1782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GATlab"
uuid = "f0ffcf3b-d13a-433e-917c-cc44ccf5ead2"
authors = ["AlgebraicJulia Developers"]
version = "0.1.1"
version = "0.1.2"

[deps]
AlgebraicInterfaces = "23cfdc9f-0504-424a-be1f-4892b28e2f0c"
Expand Down
2 changes: 2 additions & 0 deletions src/syntax/GATs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import ..ExprInterop: fromexpr, toexpr

import ..Scopes: retag, rename

import AlgebraicInterfaces: equations

using StructEquality
using MLStyle
using DataStructures: OrderedDict
Expand Down

0 comments on commit 7ee1782

Please sign in to comment.