repa-scalar-4.2.3.2: Scalar data types and conversions.

Safe HaskellSafe
LanguageHaskell98

Data.Repa.Scalar.Singleton.Bool

Description

Singleton typed booleans.

Documentation

data B Source #

Constructors

Y 
N 

Instances

Show B Source # 

Methods

showsPrec :: Int -> B -> ShowS #

show :: B -> String #

showList :: [B] -> ShowS #

data Boolean b where Source #

Constructors

Yes :: Boolean Y 
No :: Boolean N 

Instances

Show (Boolean b) Source # 

Methods

showsPrec :: Int -> Boolean b -> ShowS #

show :: Boolean b -> String #

showList :: [Boolean b] -> ShowS #