Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving local function's type signatures #102

Open
mvoidex opened this issue Nov 8, 2017 · 0 comments
Open

Resolving local function's type signatures #102

mvoidex opened this issue Nov 8, 2017 · 0 comments

Comments

@mvoidex
Copy link
Collaborator

mvoidex commented Nov 8, 2017

Trying to resolve this:

foo ∷ Int
foo = sq $ quux * 2 where
    sq ∷ Int → Int
    sq x = x * x

I get:

for foo — GlobalSymbol, it's ok:

Ident (Scoped (GlobalSymbol (Value {symbolModule = ModuleName () "HaskellNamesTest", symbolName = Ident () "foo"}) (Qual () (ModuleName () "HaskellNamesTest") (Ident () "foo"))) (SrcSpanInfo {srcInfoSpan = SrcSpan "HaskellNamesTest.hs" 9 1 9 4, srcInfoPoints = []})) "foo"

But for sq I get ScopeError (ENotInScope):

Ident (Scoped (ScopeError (ENotInScope (Qual (SrcSpanInfo {srcInfoSpan = SrcSpan "HaskellNamesTest.hs" 11 9 11 11, srcInfoPoints = []}) (ModuleName (SrcSpanInfo {srcInfoSpan = SrcSpan "HaskellNamesTest.hs" 11 9 11 11, srcInfoPoints = []}) "HaskellNamesTest") (Ident (SrcSpanInfo {srcInfoSpan = SrcSpan "HaskellNamesTest.hs" 11 9 11 11, srcInfoPoints = []}) "sq")))) (SrcSpanInfo {srcInfoSpan = SrcSpan "HaskellNamesTest.hs" 11 9 11 11, srcInfoPoints = []})) "sq"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant