Skip to content

Commit

Permalink
remove problematic docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Brown committed Jan 28, 2025
1 parent 3a9e799 commit 3185e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syntax/TheoryInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function theory_impl(head, body, __module__)
end

"""
The Dispatch model defers to type-dispatch: f[Dispatch](a,b,c) == f(a,b,c)
The Dispatch model defers to type-dispatch
"""
@struct_hash_equal struct Dispatch
jltypes::Dict{AlgSort, Type}
Expand Down

0 comments on commit 3185e9d

Please sign in to comment.