Skip to content

Signature with import functions #16

@DavidRaab

Description

@DavidRaab

Example Sq::Parser

The current approach with importing doesn't work. When i write.

use Sq;
use Sq::Parser;
use Sq::Sig::Parser;

then this does not work as expected. Sq::Sig::Parser adds type-checks to the function in Sq::Parser but the type-checking is added after the functions was imported in the current package. So the function in the current package don't have any Signatures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions