8000 Protocol extended to nil + satisfies? doesn't appear to work · Issue #971 · babashka/sci · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Protocol extended to nil + satisfies? doesn't appear to work #971
Open
@borkdude

Description

@borkdude
user=> (defprotocol Foo)
Foo
user=> (extend-protocol Foo nil)
{:ns #object[sci.lang.Namespace 0x2d6c1717 "user"], :name user/Foo, :methods #{}, :var #'user/Foo, :sigs {}, :satisfies #{""}}
user=> (satisfies? Foo nil)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0