Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-milella committed Oct 31, 2023
1 parent 8360582 commit 7f23d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Base: eltype, in, getindex, isiterable, iterate, IteratorSize, length, is
Syntactical
├── Formula
│ ├── AbstractSyntaxStructure
│ │ ├── SyntaxTree <- This is, essentialy, Union{SyntaxLeaf,SyntaxBranch}
│ │ ├── SyntaxTree
│ │ │ ├── SyntaxLeaf
│ │ │ │ ├── Atom
│ │ │ │ └── Truth
Expand Down
2 changes: 1 addition & 1 deletion test/type-hierarchy-update.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SL = SoleLogics # SL.name to reference unexported names
Syntactical
├── Formula
│ ├── AbstractSyntaxStructure
│ │ ├── SyntaxTree <- This is, essentialy, Union{SyntaxLeaf,SyntaxBranch}
│ │ ├── SyntaxTree
│ │ │ ├── SyntaxLeaf
│ │ │ │ ├── Atom
│ │ │ │ └── Truth
Expand Down

0 comments on commit 7f23d52

Please sign in to comment.