| Maintainer | hapytexeu+gh@gmail.com |
|---|---|
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Dep.Bricks.Negation
Description
A module to create images with negations for gates, wires, and other modules.
Negation for a single wire
Arguments
| :: Bool | Specifies if this is a simple wire ( |
| -> Attr | The |
| -> Image | The corresponding |
Create an image for a negator on a horizontal wire.
Arguments
| :: Bool | Specifies if this is a simple wire ( |
| -> Attr | The |
| -> Image | The corresponding |
Create an image for a negator on a vertical wire.
Negation for a list of wires
Arguments
| :: (Image -> Image -> Image) | A function to merge two |
| -> Char | A |
| -> [Bool] | The list of |
| -> Attr | The |
| -> Image | The corresponding |
Create a list of negators in one of the two directions. The Char specifies
what to render in case it is not a negator.
Arguments
| :: [Bool] | The list of |
| -> Attr | The |
| -> Image | The corresponding |
Create an Image of negators in the horizontal direction. The wires here are in the vertical direction.