| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Cooked.Pretty.Skeleton
Contents
Description
This module implements PrettyCooked, PrettyCookedList and
PrettyCookedMaybe instances for TxSkels and its components.
Synopsis
- data Contextualized a = Contextualized {
- _ctxOutputs :: Map TxOutRef (TxSkelOut, Bool)
- ctxContent :: a
Documentation
data Contextualized a Source #
Some elements of a skeleton can only be printed when they are associated
with a context. This is typically the case for elements that need some
TxOutRefs and datums to be resolved.
Constructors
| Contextualized | |
Fields
| |