Skip to content

HLint Warning: Parse error: #26

@MathiasBartl

Description

@MathiasBartl

HLint produces this output:
user@user-Laptop:~/Gsoc/ConcurrentHashTable/gitHubRepo/Concurrent_Datastructures/Data/HashTable$ hlint Concurrent.hs
Concurrent.hs:863:1: Warning: Parse error: Illegal instance declaration
Found:

instance DebugShow Mask where
debugShow mask = do bitsstr <- return $ showIntAtBase 2 intToDigit mask ""
return $ "Mask: " ++ bitsstr ++ "\n"

1 suggestion
on commit 12e8216

I think thats actually an error not an suggestion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions