serokell/importify

View on GitHub
test/test-data/universum@prelude/02-UniversumBoolType.golden

Summary

Maintainability
Test Coverage
module UniversumBoolType where

import           Prelude   (Bool)
import           Universum hiding (Bool      )

foo :: Bool
foo = undefined