bollu/symengine.hs

View on GitHub
src/Symengine.hs

Summary

Maintainability
Test Coverage

Use fewer imports
Open

import Control.Monad -- for foldM
Severity: Minor
Found in src/Symengine.hs by hlint

Found

import Control.Monad
import Control.Monad

Perhaps

import Control.Monad

Unused LANGUAGE pragma
Open

{-# LANGUAGE FunctionalDependencies #-}
Severity: Minor
Found in src/Symengine.hs by hlint

Found

{-# LANGUAGE FunctionalDependencies #-}

Perhaps

Applying this change:

  • may require {-# LANGUAGE MultiParamTypeClasses #-} adding to the top of the file

Unused LANGUAGE pragma
Open

{-# LANGUAGE RecordWildCards #-}
Severity: Minor
Found in src/Symengine.hs by hlint

Found

{-# LANGUAGE RecordWildCards #-}

Perhaps

Applying this change:

  • may require {-# LANGUAGE DisambiguateRecordFields #-} adding to the top of the file

There are no issues that match your filters.

Category
Status