rblaze/bond-haskell

View on GitHub
compiler/app/Main.hs

Summary

Maintainability
Test Coverage

Use hierarchical imports
Open

import IO
Severity: Minor
Found in compiler/app/Main.hs by hlint

Found

import IO

Perhaps

import System.IO
import System.IO.Error
import Control.Exception ( bracket, bracket_ )

There are no issues that match your filters.

Category
Status