Verites/verigraph

View on GitHub
src/library/GrLang/Compiler.hs

Summary

Maintainability
Test Coverage

Use gets
Open

    (,) clonedMaps <$> get
Severity: Minor
Found in src/library/GrLang/Compiler.hs by hlint

Found

(,) clonedMaps <$> get

Perhaps

gets ((,) clonedMaps)

There are no issues that match your filters.

Category
Status