Signatures
Modules
- Dep
- Algorithm
- Dep.Algorithm.Levenshtein A module to determine the edit distance between two sequences.dep-software-0.1.0.0
- Dep.Algorithm.Synthesis A module to convert a
ThreeofThreeValues into a sum-of-products of a product-of-sums.dep-software-0.1.0.0
- Bricks
- Dep.Bricks.Box A module to define characters that are used in the other modules for the bricks.dep-software-0.1.0.0
- Dep.Bricks.Circuit A module that exports widgets to render circuits effectively.dep-software-0.1.0.0
- Dep.Bricks.Gate A module to render different types of gates for the bricks UI.dep-software-0.1.0.0
- Dep.Bricks.Karnaugh A module to render Karnaugh cards in an interactive way.dep-software-0.1.0.0
- Dep.Bricks.Layered A module to combine several
Imagelayers to oneLayer.dep-software-0.1.0.0 - Dep.Bricks.Layout A module to specify how a circuit is rendered.dep-software-0.1.0.0
- Dep.Bricks.Negation A module to create images with negations for the gate and wires.dep-software-0.1.0.0
- Dep.Bricks.Palette A module to aims to make it easier to select colors that are distant from each other.dep-software-0.1.0.0
- Dep.Bricks.Utils A module that provides utility functions to render
Images.dep-software-0.1.0.0
- Class
- Dep.Class.Mergeable A module to define logic to merge two values about.dep-software-0.1.0.0
- Dep.Class.NonDeterministicWalkable A module that exposes a type class that allows non-deterministic "walking" through a data structure.dep-software-0.1.0.0
- Dep.Class.Opposite A module that exposes a type class that specifies that for an item of a specific type, there is an item that is the opposite of the given item.dep-software-0.1.0.0
- Dep.Class.Renderable A module that has a type class to render an object.dep-software-0.1.0.0
- Dep.Class.Simplify A module that exposes a type class
Simplifythat can simplify objects of types that are a member of that typeclass.dep-software-0.1.0.0 - Dep.Class.Walkable A module that exposes a type class that allows "walking" through a data structure.dep-software-0.1.0.0
- Data
- Dep.Data.LogicItem A module that defines data structures for a sums, products, sum-of-products and product-of-sums.dep-software-0.1.0.0
- Dep.Data.Product A module that defines data structures for a product, and a sum-of-products.dep-software-0.1.0.0
- Dep.Data.Sum A module that defines data structures for a sum, and a product-of-sums.dep-software-0.1.0.0
- Dep.Data.Three A module that defines a three data structure, used for lookup tables with don't cares.dep-software-0.1.0.0
- Dep.Data.ThreeValue A module to define three-value logic.dep-software-0.1.0.0
- Dep.Utils A module that defines helper functions and data structures.dep-software-0.1.0.0
- Algorithm