Find typeclass instances #22
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
tier-1-foundation
tier-2-discovery
tier-3-patterns
tier-4-errors
tier-5-advanced
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/javadocs-mcp#22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Agent needs to know where to find typeclass instances:
Monad[IO]instance defined?"Encoder[LocalDateTime]?"Show?"Proposed Solution
New Tool:
find_typeclass_instancesExample 1: Find instances of a typeclass
Returns:
Example 2: Find instances for a specific type
Returns:
Implementation
given/implicitdefinitionsValue for Agent
Acceptance Criteria