Wired-0.3: Wire-aware hardware description

Safe HaskellNone

Data.Hardware

Description

This module exports the types that users of Lava, Layout and Wired (not the internal modules) will need.

Synopsis

Documentation

data Res t a Source

The phantom parameter t can be used to pass a type constraint to an overloaded function.

Constructors

R 

Fields

result :: !a
 

Instances

Functor (Res t) 
Eq a => Eq (Res t a) 
Show a => Show (Res t a)