repa-scalar-4.2.0.3: 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

data Boolean b where Source

Constructors

Yes :: Boolean Y 
No :: Boolean N 

Instances