circuit-notation-0.1.0.0: A source plugin for manipulating circuits in clash with a arrow notation
Safe HaskellSafe-Inferred
LanguageHaskell2010

CircuitNotation

Synopsis

Documentation

plugin :: Plugin Source #

The plugin for circuit notation.

mkPlugin :: ExternalNames -> Plugin Source #

Make a plugin with custom external names

thName :: Name -> RdrName Source #

Get a ghc name from a TH name that's known to be unique.

data ExternalNames Source #

Collection of names external to circuit-notation.

data Direction Source #

Constructors

Fwd 
Bwd 

Instances

Instances details
Show Direction Source # 
Instance details

Defined in CircuitNotation