serokell/importify

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

Summary

Maintainability
Test Coverage
module UniversumBoolType where

import           Prelude   (Bool)
import           Universum hiding (Bool, show)

foo :: Bool
foo = undefined