Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Axioms to a presentation #94

Closed
jpfairbanks opened this issue Sep 9, 2023 · 1 comment
Closed

Adding Axioms to a presentation #94

jpfairbanks opened this issue Sep 9, 2023 · 1 comment
Assignees

Comments

@jpfairbanks
Copy link
Member

I was trying to write a test with a presentation of a finite group. But I am getting the following error.

@present D₄(ThGroup) begin
  (r,f) :: default

  (ff) == e 
  (rrrr) == e
end
Presentations: Error During Test at /Users/fairbanksj/github/AlgebraicJulia/Gatlab.jl/test/syntax/tests.jl:18
  Got exception outside of a @test
  LoadError: Bad comparison: f  f == e  [f]
  Stacktrace:
    [1] error(s::String)
      @ Base ./error.jl:35
    [2] fromexpr(ctx::GATlab.Syntax.GATs.GAT, e::Expr, #unused#::Type{GATlab.Syntax.Presentations.Presentation})
      @ GATlab.Syntax.Presentations ~/github/AlgebraicJulia/Gatlab.jl/src/syntax/Presentations.jl:68
@olynch
Copy link
Member

olynch commented Sep 11, 2023

Closed by #99

@olynch olynch closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants